develop: 记录端到端重试验证结果

This commit is contained in:
Pipeline Agent 2026-08-15 01:30:26 +08:00
parent 74acb72e40
commit 54c56ca818

View File

@ -46,3 +46,7 @@ mvn spring-boot:run -Dspring-boot.run.profiles=mysql
## 数据库
生产库 DDL 见 `src/main/resources/db/schema.sql`
## 端到端验证记录(重试 2026-08-15
- 编译:`mvn -q -DskipTests compile` 通过
- 集成测试:`mvn test` => `Tests run: 8, Failures: 0, Errors: 0, Skipped: 0`BUILD SUCCESS