内向豌豆

文章
3
资源
1
加入时间
3年2月3天

Bug解决: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...