zhangbo hace 1 año
padre
commit
ce6a67c95f
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      pom.xml

+ 16 - 0
pom.xml

@@ -126,6 +126,22 @@
             <version>${emr.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
+            <version>2.4.2</version>
+        </dependency>
+        <dependency>
+            <groupId>redis.clients</groupId>
+            <artifactId>jedis</artifactId>
+            <version>3.3.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.24</version>
+        </dependency>
+
     </dependencies>
 
     <build>