新增lock4j依赖

This commit is contained in:
阿沐 2024-04-29 19:03:27 +08:00
parent c79522ed9f
commit 957645ba89

View File

@ -42,6 +42,10 @@
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>