Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
31ed359870 | 2 months ago |
|
1c54c0bb9f | 2 months ago |
|
a76bfb8bb2 | 4 months ago |
@ -0,0 +1,13 @@
|
|||||||
|
package com.annotation;
|
||||||
|
|
||||||
|
import java.lang.annotation.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 忽略Token验证
|
||||||
|
*/
|
||||||
|
@Target(ElementType.METHOD)
|
||||||
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
@Documented
|
||||||
|
public @interface IgnoreAuth {
|
||||||
|
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in new issue