Spring Cloud程序报错总结

Posted moonsoft

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud程序报错总结相关的知识,希望对你有一定的参考价值。

1、com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException:

技术分享图片

原因如下:

在默认设置下,Eureka服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册行为。

禁止方式如下:在application.properties配置文件中增加以下内容

eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
如图所示:
技术分享图片
重新启动即可。
 
 
 

Donate捐赠

如果我的文章帮助了你,可以赞赏我 1 元给我支持,让我继续写出更好的内容)

技术分享图片   技术分享图片

  (微信)                                        (支付宝)

微信/支付宝 扫一扫

以上是关于Spring Cloud程序报错总结的主要内容,如果未能解决你的问题,请参考以下文章

spring cloud Stream input和output重名报错

SpringBoot引入openfeign 报错:spring-cloud-starter-openfeign:unknown

Spring Cloud 与微服务学习总结(18)—— Spring Cloud Gateway 2.0 详解

Spring Cloud 与微服务学习总结(18)—— Spring Cloud Gateway 2.0 详解

spring cloud gateway 报错 Unable to find GatewayFilterFactory with name

Spring Cloud Feign(报错1)