发表评论取消回复
相关阅读
相关 Spring Cloud使用Zuul实现容错回退功能
Zuul 主要功能就是转发,在转发过程中我们无法保证被转发的服务是可用的,这个时候就需要容错机制及回退机制。 容错机制 容错,简单来说就是当某个服务不可用时,能够切换到
相关 Spring Cloud Alibaba 服务配置 - Nacos Config 客户端的使用
POM 此处我们以之前创建的 服务提供者 项目为例 在 `pom.xml` 中增加 `org.springframework.cloud:spring-cloud-st
相关 spring cloud zuul的回退
当我们使用 @EnableZuulProxy 注解来开启zuul的路由时,默认在@EnableZuulProxy注解上就包含了@EnableCircuitBreaker注解,即
相关 Spring Cloud系列(三十)Config客户端—Finchley版本
URI指定配置中心 Spring Cloud Config客户端在启动的时候,默认会从工程的classpath中加载配置信息并启动应用。只有当我们配置spring.clo
相关 spring cloud-config客户端配置
config的服务端配置 spring: profiles: active: local applicatio
相关 Spring cloud config 客户端连接RabbitMQ 报 socket closed
java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(N
相关 Spring Cloud Config的客户端回退功能
一 代码位置 [https://github.com/cakin24/spring-cloud-code/tree/master/ch][https_github.com_c
相关 Spring Cloud Config客户端高可用
一 代码位置 [https://github.com/cakin24/spring-cloud-code/tree/master/ch][https_github.com_c
相关 Spring Cloud Config客户端安全认证机制JWT实战
一 代码位置 [https://github.com/cakin24/spring-cloud-code/tree/master/ch][https_github.com_c
相关 Spring Cloud Alibaba 服务配置 - Nacos Config 客户端的使用
创建名为 `bootstrap.properties` 的配置文件并删除之前创建的 `application.yml` 配置文件,由于已经在服务端配置,此处不再赘述
还没有评论,来说两句吧...