编写日志统一处理类

1、使用元注解: /** * 系统日志注解 * */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface SysLog {java String value() default ""; }web 2、编写系统日志,切面处理类: package com.jianqi
相关文章
相关标签/搜索