1、架构说明

Ribbon其实就是一个软负载均衡的客户端组件,他可以和其他所需请求
的客户端结合使用,和eureka结合只是其中的一个实例。
image.png

2、POM

image.png

3、RestTemplate的使用

https://docs.spring.io/spring-framework/docs/5.2.8.RELEASE/javadoc-api/org/springframework/web/client/RestTemplate.html

getForObject方法

getForEntity方法

postForObject

postForEntity

Get请求方法

Post请求方法