摘要: Hystrix实现断路器 核心依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> </dependency> <!-- h 阅读全文
posted @ 2021-06-14 18:05 Monstro 阅读(109) 评论(0) 推荐(0)