摘要: 一、RestTemplate 1.1简介 spring框架提供的RestTemplate类可用于在应用中调用rest服务,它简化了与http服务的通信方式,统一了RESTful的标准,封装了http链接, 我们只需要传入url及返回值类型即可。相较于之前常用的HttpClient,RestTempl 阅读全文
posted @ 2020-12-15 20:47 童话述说我的结局 阅读(831) 评论(0) 推荐(0) 编辑