摘要: 一、RestTemplate是什么 环境约束: spring-web-4.3.9.RELEASE Spring文档: https://docs.spring.io/spring/docs/4.3.9.RELEASE/spring-framework-reference/html/remoting.h 阅读全文
posted @ 2021-12-21 17:22 张安东 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 本文参考: https://blog.csdn.net/fightingXia/article/details/71775516 https://www.cnblogs.com/jeffen/p/6937788.html 随着网络上java应用越来越多,场景越来越复杂,所以应用之间经常通过HTTP接 阅读全文
posted @ 2021-12-21 16:44 张安东 阅读(4896) 评论(0) 推荐(0) 编辑
摘要: /** * 向指定 URL 发送POST方法的请求 * * @param url * 发送请求的 URL * @param param * 请求参数 * @return 所代表远程资源的响应结果 * @throws Exception */ public static String sendPost 阅读全文
posted @ 2021-12-21 15:14 张安东 阅读(267) 评论(0) 推荐(0) 编辑