From 6120e6bd7b74669683ae4f184a71a94fa0036ce7 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期四, 04 一月 2024 17:26:47 +0800 Subject: [PATCH] 添加金仓数据库x86驱动,优化兼容接口通道列表查询。修复多个通道同时推送 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 9899d27..b91caa0 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,13 @@ <scope>system</scope> <systemPath>${basedir}/libs/jdbc-aarch/kingbase8-8.6.0.jar</systemPath> </dependency> + <dependency> + <groupId>com.kingbase</groupId> + <artifactId>kingbase8</artifactId> + <version>8.6.0</version> + <scope>system</scope> + <systemPath>${basedir}/libs/jdbc-x86/kingbase8-8.6.0.jar</systemPath> + </dependency> <!--Mybatis鍒嗛〉鎻掍欢 --> <dependency> -- Gitblit v1.8.0