Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
31ed359870 | 11 months ago |
|
|
1c54c0bb9f | 12 months ago |
|
|
a76bfb8bb2 | 1 year 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