docs: align readme quick start with production apps
This commit is contained in:
@@ -70,9 +70,12 @@ lingniu-vehicle-ingest/
|
||||
```bash
|
||||
# 要求:JDK 25, Maven 3.9+
|
||||
mvn -v
|
||||
mvn clean install -DskipTests
|
||||
mvn -pl :gb32960-ingest-app,:jt808-ingest-app,:yutong-mqtt-app,:vehicle-history-app,:vehicle-analytics-app -am package -Dmaven.test.skip=true
|
||||
mvn -pl :gb32960-ingest-app -am spring-boot:run
|
||||
mvn -pl :jt808-ingest-app -am spring-boot:run
|
||||
mvn -pl :yutong-mqtt-app -am spring-boot:run
|
||||
mvn -pl :vehicle-history-app -am spring-boot:run
|
||||
mvn -pl :vehicle-analytics-app -am spring-boot:run
|
||||
```
|
||||
|
||||
信达 Push 已废弃,不参与默认 Maven reactor、CI、Portainer 部署和历史消费链路;如需兼容排查,可显式使用 `-Plegacy-xinda` 构建。
|
||||
|
||||
Reference in New Issue
Block a user