摘要: @RestControllerAdvice public class ProjectExceptionAdvice { // 拦截所有异常错误 @ExceptionHandler public ApiRequest doException(Exception e){ e.printStackTrac 阅读全文
posted @ 2022-03-03 15:26 Hello霖 阅读(195) 评论(0) 推荐(0)