摘要:
Idea启动项目报错:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration. 解决方法: 在该项目文件夹.idea/workspace.xml中找到 <c 阅读全文
摘要:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'companyCalibrateController': Unsatisfied dependency e 阅读全文
摘要:
多表查询在spring data jpa中有两种实现方式,第一种是利用hibernate的级联查询来实现(使用较为复杂,查询不够灵活),第二种是使用原生sql查询。 JPA原生SQL连表查询 @Repository public class SqlQueryRepository implements 阅读全文