Files
msgexchange-v2/settings.gradle.kts
windyboyandCursor 7ccdd00a31 docs: 统一中间件定位与 JDBC 轮询主路径口径
Align README, architecture, design, config comments, and ingress docs
with the upstream message-processing middleware model: external CIIMS write
to CMINMSGS, JDBC poll as production ingress, HTTP /cminmsgs/send as compat.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 10:27:44 +08:00

12 lines
320 B
Kotlin

rootProject.name = "msgexchange-v2"
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
// 机场 OMMS 上游报文处理中间件:JDBC 轮询共享 CMINMSGS 主路径 + FIFO 管道(ACMA-8 v4)。
// 独立仓库,与 legacy msgexchange-api 并存至切流完成。