SpringCloud配置Hystrix Dashboard案例

一、相关环境搭建 1)、监控微服务的项目引入 <!-- hystrix和 hystrix-dashboard相关 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> </dependency> <depe
相关文章
相关标签/搜索