1
0

feat: 增加简单的测试

This commit is contained in:
2025-08-14 19:05:25 +08:00
parent 222bb1e416
commit 89cdecef3d
10 changed files with 376 additions and 17 deletions

View File

@@ -32,6 +32,12 @@
<artifactId>fenix-spring-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>