默认禁用 lock4j 依赖,保证启动速度

This commit is contained in:
YunaiV
2023-09-16 13:14:40 +08:00
parent f0f5b52150
commit 808ff6abb9
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
<optional>true</optional>
</dependency>
<dependency>