
Nacos与Springboot集成后报错http://localhost:8848
nacos
Nacos是由阿里巴巴开源的服务治理中间件,集成了动态服务发现、配置管理和服务元数据管理功能,广泛应用于微服务架构中,简化服务治理过程。
项目地址:https://gitcode.com/gh_mirrors/na/nacos

·
[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即可解决。 亲测可以




Nacos是由阿里巴巴开源的服务治理中间件,集成了动态服务发现、配置管理和服务元数据管理功能,广泛应用于微服务架构中,简化服务治理过程。
最近提交(Master分支:23 天前 )
bc797564
1 天前
29f9562e
* Fix prometheus metrics api can't accept.
* Fix unit test problem.
* Fix unit test problem.
* Fix unit test problem.
* Fix unit test problem. 1 天前
更多推荐
所有评论(0)