spring使用AOP和自定义注解功能添加日志管理--实用

1、首先创建注解Log类: @Target({ElementType.PARAMETER, ElementType.METHOD})   @Retention(RetentionPolicy.RUNTIME)   @Documented   public @interface Log { public String operationType() default "";   public Stri
相关文章
相关标签/搜索