# 与部署包一致:Feign + Hystrix(来源:部署包/bootstrap.properties = BOOT-INF/classes/bootstrap.properties) feign.hystrix.enabled=true hystrix.command.default.circuitBreaker.errorThresholdPercentage=50 hystrix.command.default.circuitBreaker.enabled=true hystrix.command.default.execution.isolation.strategy=THREAD hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=120000 hystrix.threadpool.default.coreSize=100 hystrix.threadpool.default.maximumSize=1000 hystrix.threadpool.default.allowMaximumSizeToDivergeFromCoreSize=true hystrix.threadpool.default.maxQueueSize=-1 hystrix.threadpool.default.execution.isolation.thread.timeoutInMilliseconds=60000