nacos-group / nacos-spring-project

Nacos ECO Project for Spring Framework
https://nacos.io/
Apache License 2.0
756 stars 311 forks source link

nacos作为配置中心 使用yaml格式配置文件时 启动错误 #213

Open lee-0421 opened 4 years ago

lee-0421 commented 4 years ago

Issue Description

Type: bug report

Describe what happened (or what feature you want)

在整合spring-boot和nacos时 使用yaml格式配置文件启动错误 --使用了nacos-client中删除的StringUtils image image

nacos-client在1.3版本后删除了StringUtils这个类 而在DefaultYamlConfigParse这个类还在使用导致无法启动 image

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?

lee-0421 commented 4 years ago

还有排除掉nacos-config-spring-boot-starter版本:0.2.2中引入的nacos-spring-context版本0.3.1后 手动引入nacos-spring-context版本0.3.6后 nacos配置自动刷新失效 不知道是什么原因.... image

Da-Hong commented 4 years ago

@lee-0421 自己拉源码改吧,common包里的StringUtils类可以用