1、新增Redis分布式锁;
This commit is contained in:
parent
9b37acb26f
commit
ac7d07abe1
|
|
@ -23,6 +23,7 @@
|
|||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring boot redisson -->
|
||||
<dependency>
|
||||
<groupId>org.redisson</groupId>
|
||||
<artifactId>redisson-spring-boot-starter</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue