From 973c131193c4dd3e4ed42518177a996a901037ec Mon Sep 17 00:00:00 2001
From: lishuai <260038442@qq.com>
Date: 星期五, 15 十二月 2023 17:57:01 +0800
Subject: [PATCH] 内部员工门禁组

---
 server/pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index 034ad1c..172d776 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -276,6 +276,10 @@
       <artifactId>commons-net</artifactId>
       <version>3.8.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-data-redis</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

--
Gitblit v1.9.3