springboot2.0.0版本报错 Load balancer does not have available server for client: sserver

报错原因:没有在application.properties中配置熔断器

解决办法:在application.properties中配置熔断器
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=30000

你可能感兴趣的:(springboot2.0.0版本报错 Load balancer does not have available server for client: sserver)