我是靠谱客的博主 内向豌豆,最近开发中收集的这篇文章主要介绍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
最后
以上就是内向豌豆为你收集整理的Bug解决:There was a problem with the instance info replicator的全部内容,希望文章能够帮你解决Bug解决:There was a problem with the instance info replicator所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复