@HystrixCommand 不能被导包

添加pom文件

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

原文地址:https://www.cnblogs.com/eatandsleep/p/10969927.html