SpringCloud Zuul 连接超时 发表于 2019-07-12 更新于 2023-05-13 分类于 SpringCloud 阅读次数: 错误异常: 1"error":"Internal Server Error","exception":"com.netflix.zuul.exception.ZuulException","message":"GENERAL" zuul 服务添加配置: 123456789101112131415161718# 负载均衡配置ribbon: # 25 秒超时 ReadTimeout: 25000 ConnectTimeout: 6000 MaxAutoRetries: 0 MaxAutoRetriesNextServer: 1 eureka: enabled: true# 熔断器配置hystrix: command: default: execution: isolation: thread: timeoutInMilliseconds: 60000