JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
cn.dev33.satoken.annotation
Annotation Interface SaIgnore
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
TYPE
})
public @interface
SaIgnore
忽略认证:表示被修饰的方法或类无需进行注解认证和路由拦截认证。
请注意:此注解的忽略效果只针对 SaInterceptor拦截器 和 AOP注解鉴权 生效,对自定义拦截器与过滤器不生效。
Since:
1.31.0
Author:
click33