Request method 'GET' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported

Request method 'GET' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
出现这种问题应该是请求方式错误了!
将@PostMapping 改成 @RequestMapping 应该就没问题了

posted @ 2020-11-10 16:54  脑浆炸裂  阅读(863)  评论(0)    收藏  举报