瘦瘦星星

文章
5
资源
0
加入时间
4年2月8天

Spring Cloud 报错 There was a problem with the instance info replicator

Spring Boot版本:2.3.4.RELEASESpring Cloud版本:Hoxton.SR8一、问题配置 Spring Cloud 后,启动项目报错:There was a problem with the instance info replicator二、解决方法方法一:禁止将自己(注册中心)作为客户端### 关闭客户端配置eureka.client.register-with-eureka=falseeureka.client.fetch-registry=false