第二阶段源码

This commit is contained in:
2026-04-23 11:38:47 +08:00
parent 27904a9257
commit 85bb29a749
449 changed files with 45904 additions and 1813 deletions

View File

@@ -63,6 +63,13 @@
<artifactId>postgresql</artifactId>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>