springmvc注解@RequestMapping
1.处理器。controller的url
2)跟路径+子路径。
3)限定提交方法
@RequestMapping的属性method:
1.RequestMehtod.Get
2.RequestMethod.POST
常用的两个。
原文地址:https://www.cnblogs.com/meiLinYa/p/8761328.html
时间: 2024-10-10 06:49:01
springmvc注解@RequestMapping
1.处理器。controller的url
2)跟路径+子路径。
3)限定提交方法
@RequestMapping的属性method:
1.RequestMehtod.Get
2.RequestMethod.POST
常用的两个。
原文地址:https://www.cnblogs.com/meiLinYa/p/8761328.html