可以的@RequestMapping(value="/add",method=RequestMethod.GET)public String add(Model model) {一般要设置特定的method,像上边的代码,就是只处理get不设置method属性,就都处理的。