返回顶部
摘要: @Aspect @Component public class ExpAspect { private static Logger logger = LoggerFactory.getLogger(ExpAspect.class); private static final String LINE_ 阅读全文
posted @ 2021-08-12 09:54 豪shr 阅读(171) 评论(0) 推荐(0)
摘要: ` @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) @Documented public @interface ExpLog { /** * 日志描述信息 */ String description() defaul 阅读全文
posted @ 2021-08-12 09:51 豪shr 阅读(67) 评论(0) 推荐(0)