atools -> log -> aspect -> Log 文件
package com.example.demo.atools.log.aspect; import java.lang.annotation.*; /** * @Create: IntelliJ IDEA. * @Author: subtlman_ljx * @Date: 2020/09/09/9:22 * @Description: */ @Documented @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Log { }