zuul 超时时间设置

######### 路由配置 ################
# 取消重试机制
zuul.retryable=false
# host-header
zuul.add-host-header=true
# 请求处理超时时间
ribbon.ReadTimeout=5000
# 请求连接超时时间
ribbon.ConnectTimeout=1000
# 断路器超时时间
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=9000

  超时设置配置不会自动提示。实测这样写是有效的。

原文地址:https://www.cnblogs.com/song-wentao/p/8568762.html