spring boot
guyuweilove
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Springboot项目启动过程中报“java: 错误: 不支持发行版本 5”
最近在试用JDK21的时候启动Springboot项目时报“java: 错误: 不支持发行版本 5”原创 2025-02-25 16:39:06 · 327 阅读 · 0 评论 -
Spring Boot @Component未被实例化
在实现类里面增加了@Component但是在启动服务是任然报错Caused by: java.lang.IllegalStateException: No fallback instance of type class xxx found for feign client yyy 解决办法 在Spring boot 的启动类里面增加@ComponentScan(“com.*”) 就完美解决问题了 ...原创 2021-05-29 21:40:43 · 772 阅读 · 0 评论
分享