摘要:
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 ( 阅读全文
摘要:
1.简介 1.1 概述 Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system. With the Config Server 阅读全文
摘要:
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. 阅读全文
摘要:
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 阅读全文