#端口号 server: port: 8080 spring: application: name: portal-service #服务名称 #服务提供者 eureka: client: service-url: defaultZone: http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/ feign.hystrix.enabled=true hystrix.command.default.execution.timeout.enabled=true hystrix.command.default.execution.isolation.thread.timeoutInMi 1liseconds=5000 如果hystrix.command.default.execution.timeout.enabled为true,则会有两 个执行方法超时的配置,一个就是ribbon的ReadTimeout,一个就是熔断器 I hystrix的timeoutInMilliseconds,此时谁的值小谁生效; 如果hystrix.command.default.execution.timeout.enabled为false,则熔断