SpringMVC——記錄那些走過的坑(3)

springMVC出現HTTP Status 405 - Request method ‘GET’ not supported錯誤的解決方法 1.加入 @ResponseBody 註解或者加入isErrorPage=「true」。html @RequestMapping(value="/order/{id}",method=RequestMethod.DELETE) @ResponseBody
相關文章
相關標籤/搜索