「 SPRINGCLOUD篇 」 四月 02, 2021
文章字数 458 阅读约需 1 mins. 阅读次数
将原先的接口提取出来,单独写一份@FeignClient(value = “etc-exchange”, contextId = “etc-exchange-2”, fallback = PsamRemoteServiceFallback2.class)重新声明一个 contextId
添加配置项
feign: client: config: etc-exchange-2: connect-timeout: 3000 read-timeout: 3000
JoyLau
文章
分类
标签