1.创建SpringMVC项目 a.使用maven项目添加SpringMVC框架的方式创建--> 复杂,麻烦 b.使用SpringBoot来创建SpringMVC项目 2.实现连接 3.获取参数 3.1获取单个的参数 3.2返回对象