2021年2月19日

SpringCloud之Ribbon源码解析(二)--请求流程

摘要: 一 RestTemplate.doExecute protected <T> T doExecute(URI url, HttpMethod method, RequestCallback requestCallback, ResponseExtractor<T> responseExtractor 阅读全文

posted @ 2021-02-19 15:57 MaXianZhe 阅读(153) 评论(0) 推荐(0)

SpringCloud之Ribbon源码解析(一)--准备

摘要: 一 RibbonAutoConfiguration @Configuration @Conditional(RibbonAutoConfiguration.RibbonClassesConditions.class) @RibbonClients @AutoConfigureAfter( name 阅读全文

posted @ 2021-02-19 11:33 MaXianZhe 阅读(115) 评论(0) 推荐(0)

导航