@HystrixCommand 不能被导包

Posted eatandsleep

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@HystrixCommand 不能被导包相关的知识,希望对你有一定的参考价值。

添加pom文件

<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-javanica</artifactId>
  <version>RELEASE</version>
</dependency>

以上是关于@HystrixCommand 不能被导包的主要内容,如果未能解决你的问题,请参考以下文章

二十二.SpringCloud源码剖析-Hystrix降级

Spring Retry vs Hystrix

SpringCloud学习成长之十三 断路器聚合监控

业余草 SpringCloud教程 | 第十二篇: 断路器聚合监控(Hystrix Turbine)(Finchley版本)

IDEA 不能正常导包

HystrixCommand实战