首页>代码>基于Springboot+Mybatis+ SpringMvc+springsecrity+Redis完整网站后台管理系统>/boot-security-master/src/main/java/com/boot/security/server/annotation/LogAnnotation.java
package com.boot.security.server.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 日志注解 * * @author wpw * * 2017年8月19日 */ @Target({ ElementType.METHOD }) @Retention(RetentionPolicy.RUNTIME) public @interface LogAnnotation { String module() default ""; }

15719908287 LV9
2024年11月1日
CB6548 LV1
2024年8月23日
llllllK LV5
2024年5月13日
微信网友_6765346083115008 LV1
2023年12月5日
wuying8208 LV15
2023年11月28日
WHY-small LV15
2023年8月29日
yqyqyqyqy LV4
2023年7月23日
debris LV1
2023年5月18日
hihhhh LV6
2023年4月2日
adongliu666 LV4
2023年3月28日