fix: 显式引入lock4j-redisson依赖,修复编译错误

This commit is contained in:
zhouz
2026-07-15 17:14:48 +08:00
parent 92f4ad96a0
commit 9a8dce7a76

View File

@@ -50,7 +50,11 @@
<groupId>cn.nl.cloud</groupId> <groupId>cn.nl.cloud</groupId>
<artifactId>nl-spring-boot-starter-protection</artifactId> <artifactId>nl-spring-boot-starter-protection</artifactId>
</dependency> </dependency>
<!-- 需要时候自行引入 --> <!-- Lock4j 分布式锁protection 中为 optional需显式引入 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<!-- Web 相关 --> <!-- Web 相关 -->
<dependency> <dependency>