类 GlobalExceptionHandler
java.lang.Object
com.elitesland.ystdms.sys.exception.GlobalExceptionHandler
全局异常处理器
确保在发生异常时也能清理MDC
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
GlobalExceptionHandler
public GlobalExceptionHandler()
-
-
方法详细资料
-
handleException
@ExceptionHandler(java.lang.Exception.class) @ResponseBody public Map<String,Object> handleException(jakarta.servlet.http.HttpServletRequest request, Exception e)
-