feat:模块名称调整
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.tiesheng.annotation.token;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* @author hao
|
||||
*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface TokenIgnore {
|
||||
}
|
||||
Reference in New Issue
Block a user