摘要: 目录 1.什么是Feign? 2.Open Feign vs Spring Cloud Feign 2.1.OpenFeign 2.2.Spring Cloud Open Feign 3.Spring Cloud Feign 的使用 4.Spring Cloud Feign 的源码解析 1.什么是F 阅读全文
posted @ 2020-09-04 15:19 edda_huang 阅读(849) 评论(0) 推荐(0) 编辑
摘要: public class MyEntry implements IBaseService{ public String A(String jsonStr) throws Exception{ UserInfo user = null; UserDetail userDetail = null; th 阅读全文
posted @ 2020-09-04 15:17 edda_huang 阅读(2178) 评论(0) 推荐(0) 编辑