HystrixCommand仅适用于Spring Service或Component?
作者:互联网
Spring Hystrix只能与@Service和@Component一起使用吗?
我有一个被定义为@RestController的类,我的HystrixCommand不会触发,该方法将执行但不会像HystrixCommand那样运行.当我创建一个@Service类并将HystrixCommand方法和后退放入其中时,HystrixCommand将正常工作.
适用于@EnableHystrix的Spring注释有哪些?
解决方法:
现在,您描述了适当的地方.我们有open issue提到对控制器的支持.
标签:spring,spring-cloud-2,netflix,hystrix 来源: https://codeday.me/bug/20190628/1315473.html