原文:org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported解决!

org.springframework.web.HttpRequestMethodNotSupportedException: Request method GET not supported解决 我的controller是 RequestMapping value forum addBoard , method RequestMethod.POST 页面中是 method POST onsubm ...

2017-10-27 11:14 0 16966 推荐指数:

查看详情

解决Request method 'GET' not supported问题

博主最近遇到了这个问题,解决情况如下 第一种情况:前台页面的表单在一些情况下没有指定POST方法: Ajax没有指定POST方法: 后台方法在一定情况下需要指定POST方法: 第二种情况:前端参数类型与后台数据库中的存储类型不一致导致错误: 这种情况 ...

Wed Sep 19 01:18:00 CST 2018 0 28029
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM