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
相關文章
相關標籤/搜索