一、 报错内容
ERROR com.xxx.cloud.common.security.component.GlobalExceptionHandlerResolver
- 全局异常信息 ex=Request method 'GET' not supported
org.springframework.web.HttpRequestMethodNotSupportedException:
Request method 'GET' not supported
at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.handleNoMatch(RequestMappingInfoHandlerMapping.java:253)
二、报错原因
根据异常提示,该问题明确指出请求不支持GET方式访问。这种情况通常是由于将请求接口限制为POST方式,