<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix-dashard</artifactId>
</dependency>
断路器监控(Hystrix Dashboard)
@EnableHystrix,@EnableHystrixDashboard,@EnableCircuitBreaker断路器相关注解getServlet是在spring cloud2 hystrix没有/actuator/hystrix.stream路径解决方式