摘要: 在主程序入口家加@EnableFeignClients 写一个访问外部服务的接口 @FeignClient(name = "$test", fallbackFactory = testFallbackFactory.class)public interface testClient { @Reque 阅读全文
posted @ 2022-04-07 11:11 霸王龙168 阅读(137) 评论(0) 推荐(0)