1、新增Redis分布式锁;

This commit is contained in:
xuguang.chen
2021-03-04 14:31:16 +08:00
parent dc83ba0356
commit 9b37acb26f
4 changed files with 80 additions and 2 deletions

View File

@@ -22,7 +22,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<dependency>
<groupId>com.ruoyi</groupId>