Zuul spring cloud zuul com.netflix.zuul.exception.ZuulException GENERAL解决方案

2020-12-13 04:56

阅读:638

标签:general   exception   解决方案   ribbon   ble   adt   方案   spring   socket   

配置中加上

ribbon:
ReadTimeout: 12000
ConnectTimeout: 12000
eureka:
enabled: true
zuul:
host:
socket-timeout-millis: 12000
connect-timeout-millis: 12000

如果你的配置中心其他服务有ribbon的话只加
zuul:
host:
socket-timeout-millis: 12000
connect-timeout-millis: 12000
是没用的

Zuul spring cloud zuul com.netflix.zuul.exception.ZuulException GENERAL解决方案

标签:general   exception   解决方案   ribbon   ble   adt   方案   spring   socket   

原文地址:https://www.cnblogs.com/JTrun/p/11125563.html


评论


亲,登录后才可以留言!