yunfei (25)in #springboot • 7 years agospringboot 使用Aop 记录系统日志1、引入依赖 spring-boot-starter-aop 2、添加自定义注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy;…