Spring MVC Request method 'POST' not supported[已解决]

Spring MVC Request method 'POST' not supported[已解决]

Spring MVC Request method 'POST' not supported[已解决]

1.ajaxForm表单提交formdate时,提交方式为post,包话文本和图片信息

2.Controller层注意要加上metho=RequestMethod.POST

3.切记在html页面上的<form id=""  enctycode=""> method要去掉,不然就报错,RequestMapping里的value="/saveAllRoom"前面的"/"可要可不要。

Spring MVC Request method 'POST' not supported[已解决]

相关文章: