Open lee-0421 opened 4 years ago
Type: bug report
在整合spring-boot和nacos时 使用yaml格式配置文件启动错误 --使用了nacos-client中删除的StringUtils
nacos-client在1.3版本后删除了StringUtils这个类 而在DefaultYamlConfigParse这个类还在使用导致无法启动
spring-boot版本:2.2.5 nacos-config-spring-boot-starter版本:0.2.2 nacos-spring-context版本:0.3.6 nacos-client版本:1.3.1
还有排除掉nacos-config-spring-boot-starter版本:0.2.2中引入的nacos-spring-context版本0.3.1后 手动引入nacos-spring-context版本0.3.6后 nacos配置自动刷新失效 不知道是什么原因....
@lee-0421 自己拉源码改吧,common包里的StringUtils类可以用
Issue Description
Type: bug report
Describe what happened (or what feature you want)
在整合spring-boot和nacos时 使用yaml格式配置文件启动错误 --使用了nacos-client中删除的StringUtils
nacos-client在1.3版本后删除了StringUtils这个类 而在DefaultYamlConfigParse这个类还在使用导致无法启动
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
spring-boot版本:2.2.5 nacos-config-spring-boot-starter版本:0.2.2 nacos-spring-context版本:0.3.6 nacos-client版本:1.3.1
Anything else we need to know?