1、新增Redis分布式锁;

pull/50/head
xuguang.chen 5 years ago
parent 9b37acb26f
commit ac7d07abe1

@ -23,6 +23,7 @@
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
</dependency> </dependency>
<!-- Spring boot redisson -->
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId> <artifactId>redisson-spring-boot-starter</artifactId>

Loading…
Cancel
Save