添加金仓数据库x86驱动,优化兼容接口通道列表查询。修复多个通道同时推送

This commit is contained in:
648540858
2024-01-04 17:26:47 +08:00
parent d91583b833
commit 6120e6bd7b
13 changed files with 30 additions and 17 deletions

View File

@@ -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>