This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
user5
/
forge_admin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
fbd181a51a
Branches
Tags
master
forge_admin
/
code-copilot
/
knowledge
/
tech-global-exception-handler.md
tech-global-exception-handler.md
282 B
Historique
Raw
全局异常处理
核心知识
自定义业务异常继承项目的
BusinessException
,可以直接被全局异常处理器捕获
使用
@RestControllerAdvice
+
@ExceptionHandler
实现统一异常处理
异常处理中记录日志,返回统一的
RespInfo
格式