Hystrix服务熔断2024-01-30 15:04:28 Hystrix服务熔断 1.在服务提供的微服务引入Hystrix依赖 2.在Springboot的启动类添加@EnableCircuitBreaker注解 3.在controller层添加@HystrixCommand注解 上一篇:SpringCloud-----熔断器Hystrix(4)下一篇:springcloud组件之hystrix服务熔断,降级,限流