Request method ‘POST‘ not supported Method Not Allowed
spring http 请求报错:
{
"timestamp": 1608716721439,
"status": 405,
"error": "Method Not Allowed",
"exception": "org.springframework.web.HttpRequestMethodNotSupportedException",
"message": "Request method 'POST' not supported",
"path": "/webapp/aaa/bbb/add.do"
}
原因:
没有找到接口方法
解决:
接口所在的controller 没有依赖进项目,检查依赖,配置好即可。
还没有评论,来说两句吧...