首页 > 其他分享 >openfeign3.1.3版本@FeignClient fallback属性不生效

openfeign3.1.3版本@FeignClient fallback属性不生效

时间:2022-09-26 11:24:21浏览次数:49  
标签:openfeign3.1 circuitbreaker FeignClient spring springframework org fallback clou

pom.xml 引入依赖

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
  <groupId>org.springframework.cloud</groupId>   <artifactId>spring-cloud-starter-circuitbreaker-resilience4j</artifactId> </dependency>

application.yaml中加入配置

feign:
  circuitbreaker:
    enabled: true

 

标签:openfeign3.1,circuitbreaker,FeignClient,spring,springframework,org,fallback,clou
From: https://www.cnblogs.com/Jcc-learningnotes/p/16730212.html

相关文章