OpenFeign
-
03-OpenFeign-请求传参设置
在使用OpenFeign作为接口调用时, 兼容@RequestMapping 注解,通过动态代理的方式,对接口调用过程中的参数进行封装; 主要的接口传参类型,常用的以下四种: 1、…
-
云原生微服务 第六章 Spring Cloud中使用OpenFeign
系列文章目录 第一章 Java线程池技术应用 第二章 CountDownLatch和Semaphone的应用 第三章 Spring Cloud 简介 第四章 Spring Clou…
