Spring Cloud 组件 —— feign
摘要:
feign 作为一个声明式的 Http Client 开源项目。在微服务领域,相比于传统的 apache httpclient 与在 spring 中较为活跃的 RestTemplate 更面向服务化,更易于使用。底层封装了 Jersey 与 CXF 分别用于 REsT 与 SOAP 的服务(对应有 阅读全文
posted @ 2018-10-06 22:52 Lemo_wd 阅读(748) 评论(0) 推荐(0) 编辑