yirenyishi
7 years ago
4 changed files with 47 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
server: |
|||
port: 8201 |
|||
logging: |
|||
level: |
|||
com.yasaka.stock.feign.MFeignClient: debug |
|||
feign: |
|||
hystrix: |
|||
enabled: true |
|||
hystrix: |
|||
command: |
|||
default: |
|||
execution: |
|||
isolation: |
|||
thread: |
|||
timeoutInMilliseconds: 8000 |
@ -0,0 +1,15 @@ |
|||
server: |
|||
port: 8201 |
|||
logging: |
|||
level: |
|||
com.yasaka.stock.feign.MFeignClient: debug |
|||
feign: |
|||
hystrix: |
|||
enabled: true |
|||
hystrix: |
|||
command: |
|||
default: |
|||
execution: |
|||
isolation: |
|||
thread: |
|||
timeoutInMilliseconds: 8000 |
@ -0,0 +1,2 @@ |
|||
server: |
|||
port: 8200 |
@ -0,0 +1,15 @@ |
|||
server: |
|||
port: 8201 |
|||
logging: |
|||
level: |
|||
com.yasaka.stock.feign.MFeignClient: debug |
|||
feign: |
|||
hystrix: |
|||
enabled: true |
|||
hystrix: |
|||
command: |
|||
default: |
|||
execution: |
|||
isolation: |
|||
thread: |
|||
timeoutInMilliseconds: 8000 |
Loading…
Reference in new issue