From 54c56ca818f0199f040d870b675a8573ef5203b2 Mon Sep 17 00:00:00 2001 From: Pipeline Agent Date: Sat, 15 Aug 2026 01:30:26 +0800 Subject: [PATCH] =?UTF-8?q?develop:=20=E8=AE=B0=E5=BD=95=E7=AB=AF=E5=88=B0?= =?UTF-8?q?=E7=AB=AF=E9=87=8D=E8=AF=95=E9=AA=8C=E8=AF=81=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a63d54f..d2e57a0 100644 --- a/README.md +++ b/README.md @@ -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