|
@ -40,6 +40,9 @@ hystrix:
|
|
|
thread:
|
|
|
timeoutInMilliseconds: 4800000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Ribbon
|
|
|
ribbon:
|
|
|
ReadTimeout: 600000
|
|
@ -50,10 +53,15 @@ ribbon:
|
|
|
eureka:
|
|
|
enabled: true
|
|
|
|
|
|
|
|
|
|
|
|
# sleuth:
|
|
|
# sampler:
|
|
|
# percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
zuul:
|
|
|
ribbon:
|
|
|
eager-load:
|
|
|
enabled: true
|
|
|
retryable: true
|
|
|
config-priority: false
|
|
|
ignored-services: '*'
|
|
@ -117,6 +125,10 @@ zuul:
|
|
|
svr-rehabilitation:
|
|
|
path: /rehabilitation/**
|
|
|
serviceId: svr-rehabilitation
|
|
|
host:
|
|
|
connect-timeout-millis: 600000
|
|
|
socket-timeout-millis: 600000
|
|
|
|
|
|
endpoints:
|
|
|
env:
|
|
|
enabled: false
|
|
@ -438,6 +450,6 @@ spring:
|
|
|
username: root
|
|
|
password: 4D^tK%!4
|
|
|
redis:
|
|
|
host: 172.26.0.153
|
|
|
port: 6379
|
|
|
host: 172.26.0.253
|
|
|
port: 6390
|
|
|
password: Kb6wKDQP1W4
|