fix Feign 熔断不生效 bug

This commit is contained in:
疯狂的狮子li
2021-04-19 17:52:00 +08:00
parent af07590fd3
commit 58d08f0ecf
3 changed files with 7 additions and 3 deletions

View File

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