摘要: RestControllerAdvice来捕获全局异常 @RestControllerAdvice都是对Controller进行增强的,可以全局捕获spring mvc抛的异常。 @ExceptionHandler(value = Exception.class) ExceptionHandler的 阅读全文
posted @ 2022-02-10 11:27 潜跃 阅读(170) 评论(0) 推荐(0) 编辑