nacos-group / nacos-examples

Nacos Examples
Apache License 2.0
951 stars 1.47k forks source link

springboot 2.1.0以上discovery与config refresh失效 #16

Open Reeye1024 opened 5 years ago

Reeye1024 commented 5 years ago

spring-cloud-starter-alibaba-nacos用的0.2.1.RELEASE版本, spring-cloud-dependencies用的Finchley.RELEASE版本. 当spring-boot-dependencies使用2.1.0及以上版本的时候, nacos console未发现服务 , 且更改配置文件后@RefreshScope没有触发自动更新. 尝试了一下, 2.0.4至2.0.8版本中没有这个问题

mrhuo commented 5 years ago

BUG +1

dragon345 commented 5 years ago

BUG +1

CengSin commented 5 years ago

@nkorange

luohaoGit commented 5 years ago

BUG +1 请问解决了吗

fangjian0423 commented 5 years ago

refer https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E

luohaoGit commented 5 years ago

thx