zuul超时的解决方案
参考http://www.coolxuewang.com/view/10
在zuul的配置文件里增加如下配置:
ribbon:
ConnectTimeout: 60000
ReadTimeout: 60000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000