Commit 641db3dd by 张宗强

update

parent 400caff8
...@@ -24,23 +24,6 @@ spring: ...@@ -24,23 +24,6 @@ spring:
enabled: true enabled: true
force: true force: true
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 1800000
ribbon:
ReadTimeout: 180000
ConnectTimeout: 180000
SocketTimeout: 180000
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 1
eureka:
enabled: false
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