首页>代码>Spring Boot+layui+Apache Shiro+MyBatis前后端分离版开发通用网站后台管理系统-呕心原创力作>/Easy9/src/main/java/org/colin/aop/annotation/LoginCheck.java
package org.colin.aop.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @Description: 登录检查注解(用于Controller接口的方法上,表示该接口需要进行登录验证)
* @ClassName: LoginCheck
* @Author: wujiangbo
* @Date: 2020/6/23 0023 10:31
* @Version: 1.1.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface LoginCheck {
//权限字符串(为空则不校验)
String permission() default "";
}
最近下载更多
jiuliuge LV2
11月11日
TY0165 LV20
2024年6月21日
llllllK LV5
2024年5月13日
adminstort LV3
2024年4月15日
微信网友_6902352269217792 LV3
2024年3月12日
WBelong LV8
2023年12月27日
aaaaooa LV4
2023年11月3日
微信网友_6639255622307840 LV1
2023年9月7日
zhy1989wz LV7
2023年7月6日
GakkiMarryMe LV9
2023年5月20日

最近浏览