Hystrix 仪表盘在Feign服务中不能用
liuquansen0823 opened this issue · 1 comments
liuquansen0823 commented
geemu commented
@EnableCircuitBreaker
@EnableHystrixDashboard
@EnableDiscoveryClient
@EnableFeignClients
@SpringBootApplication
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-hystrix</artifactId>
</dependency>
这样就可以了,添加仪表盘进来的的话就需要单独再导入hystrix的包进来