fix Feign 熔断不生效 bug

This commit is contained in:
疯狂的狮子li
2021-04-19 17:38:47 +08:00
parent bf5315d306
commit f8633f8c4e
4 changed files with 13 additions and 4 deletions

View File

@ -207,4 +207,6 @@ feign:
response:
enabled: true
okhttp:
enabled: true
hystrix:
enabled: true