随笔分类 - SpringBoot
摘要:使用@Autowired,仍在提示循环依赖,提示: As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to tr
阅读全文
摘要:Spring Boot 3.0.4 is available now! ☆ - Great. Would you recommend to switch to it for a project that is currently on 2.7? As always, it depends but i
阅读全文
摘要:NoClassDefFoundError: org/apache/curator/framework/recipes/cache/NodeCacheListener 缺少curator依赖 <dependency> <groupId>org.apache.curator</groupId> <art
阅读全文
摘要:多版本SpringBoot 版本冲突 java.lang.IllegalArgumentException: class org.springframework.boot.cloud.CloudFoundryVcapEnvironment 是版本问题 class org.springframewor
阅读全文
摘要:[Dubbo] Current Spring Boot Application is await... 这个时候Tomcat还没有启动 可能是缺少web相关依赖。 引入web依赖 <dependency> <groupId>org.springframework.boot</groupId> <ar
阅读全文
摘要:1. Maven Helper 2. pom Maven Tools 【Diagrams】-【Show Dependencies】 3. IEDA使用Maven命令查看依赖冲突方法 //查看依赖关系 maven dependency:tree //找冲突 mvn dependency:tree -D
阅读全文
摘要:Zookeeper的curator 与Dubbo 的版本冲突,需要调整为对应的版本
阅读全文