mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-24 18:04:47 +08:00
!219 update sa-token-core/src/main/java/cn/dev33/satoken/annotation/SaIgnore.java.
Merge pull request !219 from AppleOfGray/N/A
This commit is contained in:
commit
8d3ad88608
@ -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