【同步】对齐 boot 和 cloud 的逻辑

This commit is contained in:
YunaiV
2024-06-04 19:23:20 +08:00
parent 328445f7c0
commit 025857c9f2
21 changed files with 456 additions and 14 deletions

View File

@@ -35,6 +35,13 @@
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
<optional>true</optional>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>