tlias管理系统-springAOP的操作日志功能实现!!!

This commit is contained in:
2025-10-28 16:21:28 +08:00
parent 13d23747f8
commit 438290ad52
11 changed files with 233 additions and 3 deletions

View File

@@ -82,6 +82,11 @@
<artifactId>fastjson</artifactId>
<version>2.0.53</version>
</dependency>
<!--AOP起步依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
</dependencies>
<dependencyManagement>