Hystrix参数配置

1.编写代码 2.配置文件application.properties hystrix.command.default.execution.isolation.strategy THREAD\SEMAPHORE 通过线程池隔离服务 hystrix.command.default.execution.isolation.thread.tiemoutInMilliseconds 1000 超时时间 h
相关文章
相关标签/搜索