Commit 67c22593 by 张宗强

update

parent 07d6bae1
...@@ -24,6 +24,24 @@ spring: ...@@ -24,6 +24,24 @@ spring:
enabled: true enabled: true
force: true force: true
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: false
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 1800000
ribbon:
Httpclient:
enabled: true
OkHttp:
enabled: true
ReadTimeout: 180000
ConnectTimeout: 180000
SocketTimeout: 180000
zuul: zuul:
servlet-path: /zuul servlet-path: /zuul
ignoredServices: '*' ignoredServices: '*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment