
spring boot
Saltwater_leo
有问题,欢迎探讨
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
错误: 找不到或无法加载主类 com.taikang.Application
转自:https://blog.youkuaiyun.com/qq_32198005/article/details/76207060springboot项目时不时的就会出现这个错误, 错误: 找不到或无法加载主类 com.taikang.Application 解决方案: 自己在maven clean之后,会把target里边的清理表,项目就需要重新进行编译,这时候如果运行的话就会出现以上错误,在运行项目之...转载 2018-05-11 14:06:33 · 8505 阅读 · 7 评论 -
spring boot 包含多个main 方法异常解决方案
在pom文件里加上 <properties> <start-class>com.yyh.YYHApplication</start-class> </properties>原创 2018-05-11 14:16:02 · 1257 阅读 · 0 评论 -
Caused by: java.lang.NoSuchMethodError: freemarker.template.Configuration.<init>(Lfreemarker/templat
spring boot 2.0 版本启动报错Caused by: java.lang.NoSuchMethodError: freemarker.template.Configuration.<init>(Lfreemarker/template/Version;)V at org.springframework.ui.freemarker.FreeMarkerConfigurati...原创 2018-06-27 15:33:19 · 5537 阅读 · 5 评论 -
spring boot 中@postContruct 不起作用问题解决
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api --> <dependency> <groupId>javax.annotation</groupId> <...原创 2019-09-09 15:01:04 · 692 阅读 · 1 评论