Add standalone Podman build script with dedicated Maven cache

This commit is contained in:
windyboy
2026-09-18 14:35:00 +08:00
parent 6bce9e99a1
commit 59c26df5e0
5 changed files with 127 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@
> **Java 版本要求:JDK 8。** 项目基于 Spring Boot 1.5 和 JAXB 生成代码构建,未验证 JDK 11+;请使用 JDK 8 进行本地开发、构建和运行。
**Podman 测试镜像构建**:见 [构建说明](docs/build.md),使用 `./build.sh -t localhost/admin-api:1.2.1-pg-test`Maven 缓存默认放在 `../chengdu-repository`
**定位:只读数据服务层。** 本服务不生产业务数据,OMMS 主数据由 Oracle 侧系统维护,本服务只做查询与对外暴露;仅 MySQL 侧的 UI 设置为本服务自有写数据。
**不在本服务职责内**:航班动态实时推送、航班保障流程、报文收发与解析落库(由 AODB/消息中间件侧负责)。本服务不保存航班数据,历史航班从 Elasticsearch 读取。