Java笔记-使用RestTemplate发送http数据包(get与post)
最近看项目,方面大佬们都喜欢用RestTemplate去发送http报文,在此记录下,方便下次使用这里只举get和post例子。get例子。程序运行截图如下:后台:源码如下:这里要先配置下config代码如下:package cn.it1995.config;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation..