There was a problem with the instance info replicator

There was a problem with the instance info replicator

错误原因:

该服务尝试将自己作为客服端注册

解决办法:

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

# 注册Eureka服务
eureka:
client:
# Eureka服务注册中心会将自己作为客户端来尝试注册它自己,必須禁止
register-with-eureka: false
fetch-registry: false
上一篇:grep DEMO


下一篇:Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.st.mapper.UserMapper.userBaseMap