handleHttpRequestMethodNotSupportedException
@ExceptionHandler(value = [HttpRequestMethodNotSupportedException::class] )
@ResponseStatus(value = HttpStatus.METHOD_NOT_ALLOWED)
处理HTTP 请求方法不支持异常
处理HTTP 请求方法不支持异常