熔断降级Hystrix

72 阅读1分钟

image.png

雪崩

image.png

image.png

集成

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
    <version>2.2.10.RELEASE</version>
</dependency>

image.png

创建 HelloController

image.png