分布式锁注解最佳实践

This commit is contained in:
zhongzb
2023-04-22 22:49:11 +08:00
parent 3ea4bb9953
commit 0d2ba4e70a
10 changed files with 248 additions and 29 deletions

View File

@@ -109,6 +109,11 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.1</version>
</dependency>
</dependencies>
</project>