SpringCloud之Hystrix應用實踐

使用SpringCloud的Hystrix功能,有幾種方式: 1、單應用監聽,也可以用於測試 引用包: <!-- 斷路器監控--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <
相關文章
相關標籤/搜索