SpringCloud学习笔记(15)----Spring Cloud Netflix之Hystrix Dashboard的使用

 1. 引入依赖   在前面几节中的消费者中添加pom依赖。   <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId> </dependency> 2. 在启动类上添加注解   添加@Enab
相关文章
相关标签/搜索