feat(新增): 添加测试依赖

This commit is contained in:
Bunny 2024-09-26 19:36:44 +08:00
parent 349f02348a
commit 59fe2875d7
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
<version>4.3.1</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>