HystrixCommand 仅适用于 Spring 服务或组件?

HystrixCommand only works with Spring Service or Component?

Spring Hystrix 是否只能与@Service 和@Component 一起使用?

我有一个 class 被定义为 @RestController 并且我的 HystrixCommand 不会触发,该方法会执行但不作为 HystrixCommand。当我创建 @Service class 并将 HystrixCommand 方法放入其中并回退时,HystrixCommand 将正常工作。

可以与@EnableHystrix 一起使用的适当 Spring 注释是什么?

现在,您描述了适当的地方。我们有一个 open issue 提到了对控制器的支持。