51,397
社区成员




com.netflix.zuul.exception.ZuulException: Forwarding error
Caused by: com.netflix.client.ClientException: null
Caused by: java.lang.RuntimeException: org.apache.http.NoHttpResponseException: 192.168.0.199:8012 failed to respond
Caused by: org.apache.http.NoHttpResponseException: 192.168.0.199:8012 failed to respond
server.port=8002
eureka.client.serviceUrl.defaultZone=http://admin:123456789@localhost:8001/eureka/
spring.application.name=ms-zuul
zuul.ignoredServices= '*'
zuul.host.connect-timeout-millis= 60000
zuul.host.socket-timeout-millis= 60000
zuul.host.max-total-connections=500
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds= 60000
hystrix.command.default.execution.timeout.enabled=true
ribbon.ReadTimeout=10000
ribbon.ConnectTimeout=10000