摘要: 版本 Feign的版本是10.11 一个例子 interface GitHub { @RequestLine("GET /repos/{owner}/{repo}/contributors") List<Contributor> contributors(@Param("owner") String 阅读全文
posted @ 2020-11-26 21:18 ralgo 阅读(689) 评论(0) 推荐(0)
摘要: 快速开始 首先定义pom文件,添加如下依赖: <dependencies> <!-- https://mvnrepository.com/artifact/io.github.openfeign/feign-core --> <dependency> <groupId>io.github.openf 阅读全文
posted @ 2020-11-26 15:19 ralgo 阅读(321) 评论(0) 推荐(0)