我spring boot 项目配置好htts以后,get请求能正常访问,post请求访问出错,提示我get请求不被支持;but我是post请求。。。。。。。。有点晕
部分错误提示如下:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Mar 13 10:27:58 CST 2019
There was an unexpected error (type=Method Not Allowed, status=405).
Request method 'GET' not supported
把请求的接口代码贴出来看下,是不是注解用错了