123456789101112131415161718 |
- feign:
- hystrix:
- enabled: true
- ribbon:
- ReadTimeout: 5000
- ConnectTimeout: 5000
- ServerListRefreshInterval: 5000
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 5000
- oauth:
- clinet:
- id: client-merchant
- secret: '{cipher}9bde9c8ddb2632d3d054bd4e570a14b3c7ef932b8590ccbe2501f1de1f7965a8'
|