feat(ingress): 实现 JDBC 信箱轮询、入站持久化与对拍测试 (U05)
This commit is contained in:
+2
-1
@@ -48,6 +48,7 @@ dependencies {
|
||||
implementation(libs.logstash.logback.encoder)
|
||||
|
||||
runtimeOnly(libs.mysql.connector.j)
|
||||
runtimeOnly(libs.postgresql)
|
||||
// ACM2-11:datasources.reference(21 类静态主数据独立 PG 库)驱动 org.postgresql:postgresql
|
||||
// 随阶段 6 实装加入(当前 reference enabled=false 不加载;版本由 micronaut-platform BOM 钉 ~42.7)
|
||||
runtimeOnly(libs.snakeyaml) // U02:显式版本入 catalog(原无版本号依赖 BOM 覆盖,snakeyaml 不在 micronaut BOM 内)
|
||||
@@ -61,7 +62,7 @@ dependencies {
|
||||
application {
|
||||
// Kotlin 顶层 main(Application.kt)→ JVM 主类为 ApplicationKt;
|
||||
// 不声明则 ./gradlew run 报 "No main class specified"、installDist 产出的启动脚本主类为空。
|
||||
mainClass.set("com.gzzn.omms.msgexchange.nextgen.ApplicationKt")
|
||||
mainClass.set("com.gzzn.omms.msgexchange.ApplicationKt")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
||||
Reference in New Issue
Block a user