DiscoveryClient_XXX - was unable to send heartbeat Cannot execute request on any known server
eureka:instance:ip-address: 当前服务的ipinstance-id: 微服务的名字(自定义)prefer-ip-address: trueclient:register-with-eureka: false (自己注册自己、注册到注册中心)fetch-registry: false (其他服务可发现、跨服务器启用)serviceUrl:defaultZone: http:
·
eureka:
instance:
ip-address: 当前服务的ip
instance-id: 微服务的名字(自定义)
prefer-ip-address: true
client:
register-with-eureka: false (自己注册自己、注册到注册中心)
fetch-registry: false (其他服务可发现、跨服务器启用)
serviceUrl:
defaultZone: http://127.0.0.1:8081/eureka/ (注册中心的IP)

更多推荐



所有评论(0)