赞
踩
使用springcloud2020以前的版本用下面这段配置
feign: hystrix: enabled: true
而在springcloud2020版本以后,application不支持上面的配置,显示Cannot resolve configuration property 'feign.hystrix.enabled' ,所以用到下面的配置
feign: circuitbreaker: enabled: true