There was a problem with the instance info replicator

There was a problem with the instance info replicator

错误缘由:

该服务尝试将本身做为客服端注册app

解决办法:

在application.yml配置文件中,设置fetch

# 注册Eureka服务
eureka:
  client:
    # Eureka服务注册中心会将本身做为客户端来尝试注册它本身,必須禁止
    register-with-eureka: false
    fetch-registry: false
相关文章
相关标签/搜索