From e5c1c824f9d886cc3e934ea0562c4ab5e29d2c8e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 05 三月 2024 14:46:00 +0800
Subject: [PATCH] 运维单位优化

---
 ycl-common/pom.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ycl-common/pom.xml b/ycl-common/pom.xml
index 6edaf79..d5b3290 100644
--- a/ycl-common/pom.xml
+++ b/ycl-common/pom.xml
@@ -43,7 +43,10 @@
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-core</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
+        </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.8.0