fix: 显式引入lock4j-redisson依赖,修复编译错误
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user