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)
页面中是