提交 4651726d 作者: 方治民

doc: 添加异常文档引用

上级 f9e36710
...@@ -118,10 +118,14 @@ public class GlobalExceptionHandler { ...@@ -118,10 +118,14 @@ public class GlobalExceptionHandler {
*/ */
@ExceptionHandler( @ExceptionHandler(
{ {
// https://sa-token.dev33.cn/doc.html#/up/safe-auth
NotSafeException.class, NotSafeException.class,
// https://sa-token.dev33.cn/doc.html#/use/at-check
NotRoleException.class, NotRoleException.class,
NotPermissionException.class, NotPermissionException.class,
// https://sa-token.dev33.cn/doc.html#/up/basic-auth
NotBasicAuthException.class, NotBasicAuthException.class,
// https://sa-token.dev33.cn/doc.html#/up/disable
DisableServiceException.class, DisableServiceException.class,
ApiDisabledException.class, ApiDisabledException.class,
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论