SpringCloud找不到HystrixCommand注解

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/cg_Amaz1ng/article/details/81736995

pom.xml添加如下依赖:

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

猜你喜欢

转载自blog.csdn.net/cg_Amaz1ng/article/details/81736995
今日推荐