可以参考这个
https://blog.csdn.net/belalds/article/details/80356958
服务调用方 pom 依赖加入
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
需要做的 写个feign接口
image.png
服务提供方
可以参考这个
https://blog.csdn.net/belalds/article/details/80356958
服务调用方 pom 依赖加入
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
需要做的 写个feign接口
服务提供方
本文标题:2020-03-17 feign调用问题
本文链接:https://www.haomeiwen.com/subject/zmktyhtx.html
网友评论