forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-17 8b7ee4980252e083b0ce75c87dbacfcc37bf092b
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 -->