From 9b62fbe467a19ae202aee045a6133900b807b1d9 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 15 一月 2024 18:36:31 +0800 Subject: [PATCH] 优化设备编辑页面 --- 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