【Spring Web MVC 入门】一篇搞懂 Spring MVC:注解用法、Postman 测试、参数传递全解析
文章目录
一、Spring Web MVC 定义
二、建立连接
2.1 @RequestMapping 注解介绍
2.1.1 @RequestController
2.2 @RequestMapping 使用
2.3 @RequestMapping 请求方式
三、Postman 工具
四、请求
4.1 传递单个参数
4.2 传
