首页>代码>基于SpringBoot+Vue图书个性化推荐系统的设计与实现>/源代码/服务端代码/springbootxs5o6/src/main/java/com/annotation/IgnoreAuth.java
package com.annotation;
import java.lang.annotation.*;
/**
* 忽略Token验证
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreAuth {
}

最近下载
最近浏览