首页>代码>spring boot+mvc+mybatis+druid+jsp+bootstrap实现后台权限管理系统源码>/demo-boot/src/main/java/com/xe/demo/common/annotation/ControllerLog.java
package com.xe.demo.common.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * controller层日志拦截注解
 * @author CZH
 */
@Target({ElementType.PARAMETER, ElementType.METHOD})  
@Retention(RetentionPolicy.RUNTIME)  
@Documented
public @interface ControllerLog {

	String value() default "";
	int type() default 0;
	
}
最近下载更多
Brilion  LV6 2023年2月24日
levmar  LV12 2023年1月12日
cqbscxh  LV11 2022年9月19日
yang315  LV13 2022年8月29日
ninininini  LV2 2022年8月29日
帝海哥  LV2 2022年8月29日
Marsman233  LV2 2022年8月29日
大哥上代码了  LV4 2022年8月20日
一杯美式  LV5 2022年6月17日
Sunsi12345  LV8 2022年5月19日
最近浏览更多
zxcvbnm1027  LV1 2024年12月9日
15578157792  LV7 2024年11月28日
bluerstar  LV1 2024年10月23日
ma406805131  LV19 2024年6月2日
shuangfu  LV25 2024年5月7日
zhaoming200677  LV13 2024年5月3日
1941549176  LV4 2024年4月29日
13521878735  LV3 2024年3月26日
yangyang567  LV1 2024年3月8日
做自己的太阳  LV11 2024年2月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友