From 8b7ee4980252e083b0ce75c87dbacfcc37bf092b Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Sat, 17 Aug 2024 17:47:22 +0800
Subject: [PATCH] 1、修改redis依赖

---
 dyh-service/dyh-base/pom.xml |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dyh-service/dyh-base/pom.xml b/dyh-service/dyh-base/pom.xml
index e8ee743..0794a4f 100644
--- a/dyh-service/dyh-base/pom.xml
+++ b/dyh-service/dyh-base/pom.xml
@@ -87,6 +87,10 @@
             <artifactId>spring-test</artifactId>
             <version>RELEASE</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-jpa</artifactId>
+        </dependency>
         <!-- spring end -->
 
         <!-- reactor-core -->
@@ -136,13 +140,8 @@
             <artifactId>jedis</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.springframework.data</groupId>
-            <artifactId>spring-data-redis</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-configuration-processor</artifactId>
-            <optional>true</optional>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
         </dependency>
         <!-- Redis end -->
 

--
Gitblit v1.8.0