This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
user5
/
forge_admin
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e83591e962
Ramas
Etiquetas
master
forge_admin
/
code-copilot
/
knowledge
/
tech-global-exception-handler.md
tech-global-exception-handler.md
282 B
Histórico
Raw
全局异常处理
核心知识
自定义业务异常继承项目的
BusinessException
,可以直接被全局异常处理器捕获
使用
@RestControllerAdvice
+
@ExceptionHandler
实现统一异常处理
异常处理中记录日志,返回统一的
RespInfo
格式