摘要: 全局异常处理配置 @ControllerAdvice //aop public class GlobalExceptionHandler { @ExceptionHandler(Exception.class) @ResponseBody public Result error(Exception 阅读全文
posted @ 2023-03-15 14:16 孔雀东南飞3 阅读(38) 评论(0) 推荐(0)