nacos-group / nacos-examples

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

nacos.config.remote-first 不起作用 #56

Open xuelangyb opened 3 years ago

xuelangyb commented 3 years ago

nacos.config.remote-first=true 这个配置不起作用,我的是springboot项目,想设置nacos上的配置优先级读取。然后按照官方文档设置nacos.config.remote-first=true,但是不起作用,帮忙看一下,谢谢啦

JForkYao commented 2 years ago

我也遇到了同样的问题,不知道应该怎么配置了!

JForkYao commented 2 years ago

如果让nacos.config.remote-first=true 这个属性好用,必须使用其它两个属性配合使用。自己测试好用 nacos.config.type=yaml nacos.config.bootstrap.enable=true nacos.config.remote-first=false