From c7adeb1f4c48dfea357e824d69496fcaf1768d52 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 17 Oct 2023 17:39:52 +0800
Subject: [PATCH] 新增用户操作日志

---
 pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 070d3ea..c1e34d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,13 @@
             <version>1.2.33</version>
         </dependency>
 
+
+        <!-- aop依赖 -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-aop</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.3