docs: remove local service run instructions

This commit is contained in:
lingniu
2026-07-01 17:46:28 +08:00
parent 6e24bf615d
commit 4591919a31
2 changed files with 4 additions and 5 deletions

View File

@@ -204,6 +204,7 @@ class MavenModuleProfileTest {
.contains("生产链路只支持 Kafka")
.contains("`vehicle-analytics-app` 将 JT808 `daily_mileage_km` 写入 MySQL `vehicle_stat_metric`")
.contains("mvn -pl :gb32960-ingest-app,:jt808-ingest-app,:yutong-mqtt-app,:vehicle-history-app,:vehicle-analytics-app -am package -Dmaven.test.skip=true")
.contains("生产服务只在 ECS/Portainer 上运行")
.doesNotContain("Spring Boot 3.4")
.doesNotContain("Netty 4.1")
.doesNotContain("HiveMQ MQTT Client")
@@ -216,6 +217,7 @@ class MavenModuleProfileTest {
.doesNotContain("StructuredTaskScope")
.doesNotContain("mvn clean install -DskipTests")
.doesNotContain("-DskipTests")
.doesNotContain("spring-boot:run")
.doesNotContain("Caffeine 内存降级")
.doesNotContain("Redis/Memory SessionStore")
.doesNotContain("event-file-store")