随笔分类 - Spring
熟练工
摘要:问题: Springboot启动报错: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined i
阅读全文
摘要:问题:SpringBoot打包成jar后运行提示没有主清单属性 解决:补全maven中的bulid信息 原因: 因为我使用spring-boot-dependencies这个BOM代替了spring-boot-starter-parent这个parent POM(详见13.2.2. Using Sp
阅读全文
摘要:Spring中的类基本都会标注解,所以使用注解匹配切点可以满足绝大部分需求 主要使用@within()/@target @annotaton() @args()等... 匹配@Service类中的所有方法: 或 匹配标注了@RequestMapping的所有方法 匹配参数中有@RequestBody
阅读全文

浙公网安备 33010602011771号