版本聲明:
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>