mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-30 12:47:54 +08:00
update sa-token-core/src/main/java/cn/dev33/satoken/annotation/SaIgnore.java.
关联issue: https://gitee.com/dromara/sa-token/issues/I6B17Z
This commit is contained in:
parent
473f81489c
commit
b83a44c2ab
@ -8,7 +8,7 @@ import java.lang.annotation.Target;
|
||||
/**
|
||||
* 忽略认证:表示被修饰的方法或类无需进行注解认证和路由拦截认证
|
||||
*
|
||||
* <h2> 请注意:此注解的忽略效果只针对 SaInterceptor拦截器 和 APO注解鉴权 生效,对自定义拦截器与过滤器不生效 </h2>
|
||||
* <h2> 请注意:此注解的忽略效果只针对 SaInterceptor拦截器 和 AOP注解鉴权 生效,对自定义拦截器与过滤器不生效 </h2>
|
||||
*
|
||||
* @author kong
|
||||
* @since: 2022-8-21
|
||||
|
Loading…
Reference in New Issue
Block a user