update 整合 lock4j 分布式锁

This commit is contained in:
疯狂的狮子li
2021-12-30 13:30:53 +08:00
parent 8d6cc4fc34
commit 3451b6d1ed
2 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<dependency>