Feign實例化和請求調用-源碼分析

Feign初始化 在須要使用Feign的接口**(必須是接口)**上添加註解@FeignClient 而且在啓動類main中添加@EnableFeignClients,springBoot啓動時會掃描並將Feign的註冊信息加入到IOC中,具體代碼java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Document
相關文章
相關標籤/搜索