xingqiao
2022-08-26 fa0660291055ec113f9982270c27ebc45bec16ce
pom.xml
@@ -60,6 +60,20 @@
      <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-data-redis</artifactId>
         <exclusions>
            <exclusion>
               <groupId>redis.clients</groupId>
               <artifactId>jedis</artifactId>
            </exclusion>
            <exclusion>
               <groupId>io.lettuce</groupId>
               <artifactId>lettuce-core</artifactId>
            </exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-pool2</artifactId>
      </dependency>
      <dependency>
         <groupId>org.springframework.boot</groupId>