摘要:
Springboot中SpringApplicationEvent的种类 如下图: 主要包括6种: 1. ApplicationEnvironmentPreparedListener 2. ApplicationFailedListener 3. ApplicationPreparedListene 阅读全文
摘要:
Controller层方法,进行统一异常处理 提供两种不同的方案,如下: 1. 方案1:使用 @@ControllerAdvice (或@RestControllerAdvice), @ExceptionHandler 注解实现; 2. 方案2: 使用AOP技术实现; 现在分别介绍 方案1: 使用@ 阅读全文