linxk hace 3 días
padre
commit
35d6cfa72c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      operating-service/pom.xml

+ 5 - 0
operating-service/pom.xml

@@ -26,6 +26,11 @@
             <artifactId>jedis</artifactId>
             <version>3.3.0</version>
         </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>lock4j-redis-template-spring-boot-starter</artifactId>
+            <version>2.2.5</version>
+        </dependency>
 
         <!-- xxl-job-core -->
         <dependency>