Commit 81b53f8e by 张兴柱

预习作业新增

parent 3d7a8eea
......@@ -85,6 +85,21 @@ zuul:
refresh-interval: 3
hystrix:
command:
default:
execution:
timeout: #配置命令的执行,是否会超时
enabled: true
isolation: #命令的执行超时时间 超时将执行回退
thread:
timeoutInMilliseconds: 60000
ribbon:
ReadTimeout: 30000 #读取超时时间
ConnectTimeout: 30000
security:
validate:
code: true
......
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