如果我想升级到SpringBoot2.4和SpringCloud2020。
既然spring cloud starter netflix hystrix已经从spring cloud netflix中移除,那么如何使用openfeign实现断路器呢?
我进行了直接导入,但ide无法解析feign.hystrix.enabled,并且feign没有执行回退类。
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
<version>2.2.7.RELEASE</version>
</dependency>
暂无答案!
目前还没有任何答案,快来回答吧!