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[已解决]

相关文章:

  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2021-09-25
  • 2021-08-21
  • 2021-08-02
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2021-11-17
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2021-07-24
  • 2021-06-13
相关资源
相似解决方案