原文: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-2026 CODEPRJ.COM