@@ -40,6 +40,13 @@
<artifactId>happy-cloud-starter-rabbitmq</artifactId>
<version>2.2.0</version>
</dependency>
+
+ <!--分布式锁-->
+ <dependency>
+ <groupId>org.happyframework.cloud</groupId>
+ <artifactId>happy-cloud-starter-lock</artifactId>
+ <version>2.2.0</version>
+ </dependency>
</dependencies>
<build>