摘要: 1.简介 1.1 概述 Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes ( 阅读全文
posted @ 2020-08-23 12:50 Soulballad 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system. With the Config Server 阅读全文
posted @ 2020-08-23 12:48 Soulballad 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. 阅读全文
posted @ 2020-08-23 12:45 Soulballad 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 In a distributed environment, inevitably some of the many service dependencies will fail. Hystrix is a library that helps you control the 阅读全文
posted @ 2020-08-23 12:42 Soulballad 阅读(246) 评论(0) 推荐(0) 编辑