知识点回顾
RestTemplate
提供了多种便捷式访问远程Http服务的方法,是一种便捷的访问restful服务模板类,是spring提供的用于访问Rest服务的客户端模板工具类。
使用:
使用restTemplate访问restful接口非常的简单。
(url, requestMap, ResponseBean.class)这三个参数分别代表REST请求地址,请求参数,HTTP响应转换背转换成的对象类型。
尚硅谷SpringCloud框架开发教程(SpringCloudAlibaba微服务分布式架构丨Spring Cloud)_哔哩哔哩_bilibili