解决办法:
在一台服务器中的哪几个服务的yml中加入:
spring:
cloud:
nacos:
discovery:
ip: xxx.xx.x.x
或者properties文件中加入:
spring.cloud.nacos.discovery.ip =xxxx
关于这个字段的官方文档:
The ip address your want to register for your service instance, needn’t to set it if the auto detect ip works well