springmvc注解知识点汇总
时间:2014-02-21 05:03:57
收藏:0
阅读:424
1、
|
1
2
3
4 |
使用model防止暴漏request reponse@RequestMapping(value = "/car/collectManage", method = RequestMethod.GET)public
String checkCarsManage(Model model) |
原文:http://www.cnblogs.com/xuzhenmin/p/3558173.html
评论(0)