首页>代码>ssm框架:Spring Mvc+Spring+Mybatis+Maven+Mysql整合实现的登录,注册,以及增删改查>/demo-boot/demo-boot/src/main/java/com/xe/demo/common/annotation/ServiceLog.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;

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

	String value() default "";
	int type() default 1;
	
}
最近下载更多
杨本胜  LV5 2018年11月8日
wzy999  LV10 2018年11月7日
ISMECODE  LV8 2018年11月5日
ddwqdqwd  LV3 2018年11月5日
bigbiaoge  LV14 2018年11月2日
Ganhua  LV10 2018年10月29日
wen659132  LV3 2018年10月26日
chanxyer  LV6 2018年10月24日
cy522525031  LV15 2018年10月22日
zhxhcj  LV8 2018年10月12日
最近浏览更多
Iwiller  LV2 2018年11月11日
treeke  LV11 2018年11月10日
fgy9826  LV5 2018年11月10日
a5253326  LV3 2018年11月10日
家常小豆腐  LV4 2018年11月9日
715567314  LV1 2018年11月9日
苗俊峰  LV2 2018年11月9日
augadrian  LV3 2018年11月8日
zsm1010  LV2 2018年11月8日
杨本胜  LV5 2018年11月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友