码迷,mamicode.com
首页 > 编程语言 > 详细

SpringCloud找不到@HystrixCommand标签

时间:2019-12-06 21:38:24      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:str   nic   方案   找不到   depend   bsp   man   cti   解决   

版本声明:

  SpringCloud:Greenwich.SR4

   SpringBoot:2.1.9.RELEASE

 

解决方案:

添加坐标

  <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-netflix-hystrix</artifactId>
  </dependency>

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

 

SpringCloud找不到@HystrixCommand标签

标签:str   nic   方案   找不到   depend   bsp   man   cti   解决   

原文地址:https://www.cnblogs.com/arebirth/p/springcloudhystrixnotfoundcommand.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!