摘要: RestTemplate 1.作用 ​ RestTemplate是Spring提供的用于发送HTTP请求的客户端工具,它遵循Restful原则,RestTemplate默认依赖JDK的Http连接工具HttpUrlConnection,你也可以替换不同的源,比如OkHttp、Apache HttpC 阅读全文
posted @ 2022-03-01 11:08 疯自* 阅读(248) 评论(0) 推荐(0)