springmvc注解知识点汇总

1、

使用model防止暴漏request reponse

@RequestMapping(value = "/car/collectManage", method = RequestMethod.GET)
public String checkCarsManage(Model model)
原文地址:https://www.cnblogs.com/xuzhenmin/p/3558173.html