springcloud3 使用openfegin实现get&post请求调用

一 项目介绍

1.1 工程介绍

1.consumer9008

springcloud3 使用openfegin实现get&post请求调用_第1张图片

 2.provider9009

springcloud3 使用openfegin实现get&post请求调用_第2张图片

二  get请求 

2.1 消费端

1.controller

springcloud3 使用openfegin实现get&post请求调用_第3张图片

 2.service

springcloud3 使用openfegin实现get&post请求调用_第4张图片

 2.2 提供者

1.提供者

springcloud3 使用openfegin实现get&post请求调用_第5张图片

2.3 测试请求

地址:  http://localhost:9008/consumer/payment/nacos/2223

 三 post请求 

3.1 消费者

1.controller

springcloud3 使用openfegin实现get&post请求调用_第6张图片

2.service  feginclient端接口

springcloud3 使用openfegin实现get&post请求调用_第7张图片

 3.2 提供者

springcloud3 使用openfegin实现get&post请求调用_第8张图片

 3.4 测试请求

地址: http://localhost:9008/consumer/getinfo/23456

你可能感兴趣的:(springcloud3,spring,cloud)