AOP实现Controller参数日志

package com.jie.common; import java.lang.annotation.*; /** * @author wuchunjie * @date 2018/2/23 */ @Retention(RetentionPolicy.RUNTIME)//注解会在class中存在,运行时可通过反射获取 @Target(ElementType.METHOD)//目标是方法
相关文章
相关标签/搜索