feat: add project operations overview

This commit is contained in:
Codex
2026-03-19 12:34:00 +08:00
parent a44f726c97
commit bba2e877a2
14 changed files with 594 additions and 31 deletions

View File

@@ -71,6 +71,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>