We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题一: 使用 springboot 2.5.4 nacos 0.2.10 版本存在项目启动报错 问题二: springboot 版本 与 nacos 版本 版本关系对应表是否有(版本精确到小版本,避免出现版本冲突问题) 问题描述: 1)springboot 2.5.4 pom问题文件引入 com.alibaba.boot nacos-config-spring-boot-starter 0.2.10 2)启动报错 java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator; 3)找到缺失jar包 ,添加至pom文件 com.google.guava 4)启动报错 Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata 5)找资料发现,是springboot新版本 对nacos 使用方法进行了移除导致报错。
The text was updated successfully, but these errors were encountered:
这里有人解答问题吗?
Sorry, something went wrong.
发了一个0.2.11-beta版本,你看下
No branches or pull requests
问题一: 使用 springboot 2.5.4 nacos 0.2.10 版本存在项目启动报错
问题二: springboot 版本 与 nacos 版本 版本关系对应表是否有(版本精确到小版本,避免出现版本冲突问题)
问题描述:
1)springboot 2.5.4 pom问题文件引入
com.alibaba.boot
nacos-config-spring-boot-starter
0.2.10
2)启动报错 java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
3)找到缺失jar包 ,添加至pom文件 com.google.guava
4)启动报错 Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata
5)找资料发现,是springboot新版本 对nacos 使用方法进行了移除导致报错。
The text was updated successfully, but these errors were encountered: