nacos连接远程服务器报错currentServerAddr:http://localhost:8848, err : Connect timed out

currentServerAddr:http://localhost:8848, err : Connect timed out
nacos连接远程服务器报错currentServerAddr:http://localhost:8848, err : Connect timed out_第1张图片
这里一直提示连接本地的nacos报错,但是服务器已经发现注册的服务
nacos连接远程服务器报错currentServerAddr:http://localhost:8848, err : Connect timed out_第2张图片
说明nacos已经连接上去了
如何解决报错问题呢:
nacos连接远程服务器报错currentServerAddr:http://localhost:8848, err : Connect timed out_第3张图片
加入:spring.cloud.nacos.config.enabled=false
成功解决问题
nacos连接远程服务器报错currentServerAddr:http://localhost:8848, err : Connect timed out_第4张图片

你可能感兴趣的:(nacos,java)