SpringCloud找不到@HystrixCommand标签

Posted Arebirth

tags:

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

版本声明:

  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标签的主要内容,如果未能解决你的问题,请参考以下文章

spring cloud项目打包遇到“找不到符号”,符号是个类名

准备Java面试?35岁之后找不到工作怎么办?瞬间高大上了!

springcloud feign 调用

找不到 PropertySource:Spring Cloud 配置 URL 的 PKIX 路径构建失败

在当前项目和插件组中找不到前缀“docker”的插件

springboot+springcloud config