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