Commit 0fd50314e63b7d95bbc731e422116d00b3bd46a6
1 parent
4bb240e9
关闭feign熔断
Showing
1 changed file
with
3 additions
and
0 deletions
class-service.yml
| @@ -99,6 +99,9 @@ eureka: | @@ -99,6 +99,9 @@ eureka: | ||
| 99 | defaultZone: http://discovery:15200/eureka/ | 99 | defaultZone: http://discovery:15200/eureka/ |
| 100 | healthcheck: | 100 | healthcheck: |
| 101 | enabled: true | 101 | enabled: true |
| 102 | +feign: | ||
| 103 | + hystrix: | ||
| 104 | + enabled: false | ||
| 102 | 105 | ||
| 103 | hystrix: | 106 | hystrix: |
| 104 | command: | 107 | command: |