摘要: 一、概述 spring框架提供的RestTemplate类可用于在应用中调用rest服务,它简化了与http服务的通信方式,统一了RESTful的标准,封装了http链接, 我们只需要传入url及返回值类型即可。相较于之前常用的HttpClient,RestTemplate是一种更优雅的调用REST 阅读全文
posted @ 2020-01-03 13:45 不死码农 阅读(16033) 评论(1) 推荐(2)