mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
修复错误的 javadoc 格式
This commit is contained in:
@@ -19,7 +19,7 @@ package cn.dev33.satoken.solon.error;
|
||||
* 定义 sa-token-solon-plugin 所有异常细分状态码
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-10-30
|
||||
* @since 2022-10-30
|
||||
*/
|
||||
public interface SaSolonErrorCode {
|
||||
|
||||
|
@@ -19,7 +19,7 @@ package cn.dev33.satoken.error;
|
||||
* 定义 sa-token-spring-boot-starter 所有异常细分状态码
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-10-30
|
||||
* @since 2022-10-30
|
||||
*/
|
||||
public interface SaSpringBootErrorCode {
|
||||
|
||||
|
@@ -33,7 +33,7 @@ import cn.dev33.satoken.strategy.SaStrategy;
|
||||
* Sa-Token 综合拦截器,提供注解鉴权和路由拦截鉴权能力
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-21
|
||||
* @since 2022-8-21
|
||||
*/
|
||||
public class SaInterceptor implements HandlerInterceptor {
|
||||
|
||||
|
@@ -32,7 +32,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
||||
* Sa-Token 综合拦截器,提供注解鉴权和路由拦截鉴权能力
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-21
|
||||
* @since 2022-8-21
|
||||
*/
|
||||
public class SaInterceptor implements HandlerInterceptor {
|
||||
|
||||
|
Reference in New Issue
Block a user