springboot—spring aop 实现系统操作日志记录存储到数据库
需要引用的依赖<!--spring切面aop依赖--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId></dependency>...