This commit is contained in:
@@ -10,8 +10,8 @@ import static java.lang.annotation.ElementType.*;
|
|||||||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 配合 HttpServlet 使用。
|
* 用于标记不要进行鉴权操作。 <br>
|
||||||
* 当标记为 @AuthIgnore 的方法在执行execute之前不会调用authenticate 方法。
|
* 场景一:配合 HttpServlet 使用,当标记为 @AuthIgnore 的方法在执行execute之前不会调用authenticate 方法。 <br>
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* 详情见: https://redkale.org
|
* 详情见: https://redkale.org
|
||||||
|
|||||||
Reference in New Issue
Block a user