Soulballad
【Spring Cloud学习】-6.Spring Cloud Bus 消息总线 【Spring Cloud学习】-6.Spring Cloud Bus 消息总线
1.简介1.1 概述 Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used
【Spring Cloud学习】-5.Spring Cloud Config 配置中心 【Spring Cloud学习】-5.Spring Cloud Config 配置中心
1.简介1.1 概述 Spring Cloud Config provides server and client-side support for externalized configuration in a distributed s
【Spring Cloud学习】-4.Spring Cloud Feign 服务调用 【Spring Cloud学习】-4.Spring Cloud Feign 服务调用
1.简介1.1 概述 Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create a
【Spring Cloud学习】-3.Spring Cloud Hystrix 服务降级 【Spring Cloud学习】-3.Spring Cloud Hystrix 服务降级
1.简介1.1 概述 In a distributed environment, inevitably some of the many service dependencies will fail. Hystrix is a librar
【Spring Cloud学习】-2.Spring Cloud Eureka 服务注册中心 【Spring Cloud学习】-2.Spring Cloud Eureka 服务注册中心
1.简介1.1 概述 Service Discovery is one of the key tenets of a microservice-based architecture. Trying to hand-configure eac
【Spring Cloud学习】-1.Spring Cloud Ribbon 实现负载均衡 【Spring Cloud学习】-1.Spring Cloud Ribbon 实现负载均衡
1.简介1.1 概述 Ribbon is a client-side load balancer that gives you a lot of control over the behavior of HTTP and TCP clien