摘要: 全局异常 @RestControllerAdvice public class GlobalExceptionHandler { /** * 请求方式不支持 */ @ExceptionHandler({ HttpRequestMethodNotSupportedException.class }) 阅读全文
posted @ 2024-03-24 16:33 让你上瘾的三哥 阅读(68) 评论(0) 推荐(0)