

NACOS HTTP-POST The maximum number of tolerable server reconnection errors has been reached
fixed-localhost_8848 check-update get changed dataId exception
NACOS ConnectException httpPost currentServerAddr: http://localhost:8848, err : Connection refused: connect
各种localhost:8848连不上,但我的配置全是好的。
导致这个问题是因为:bootstrap.yml,改文件生效比application配置文件早导致的。
添加后bootstrap.yml即可解决。 亲测可以