@FeignClient 配置 fallback无效 解决
@FeignClient 配置 fallback无效 解决
检查配置文件中是否有以下配置片段
feign:
hystrix:
enabled: true
该配置不依赖hystrix,仅feign的依赖即可配置
https://www.syntaxspace.com/article/896.html
检查配置文件中是否有以下配置片段
feign:
hystrix:
enabled: true
该配置不依赖hystrix,仅feign的依赖即可配置
https://www.syntaxspace.com/article/896.html
评论