AOP實現Controller參數日誌

package com.jie.common; import java.lang.annotation.*; /** * @author wuchunjie * @date 2018/2/23 */ @Retention(RetentionPolicy.RUNTIME)//註解會在class中存在,運行時可通過反射獲取 @Target(ElementType.METHOD)//目標是方法
相關文章
相關標籤/搜索