From 82c05e248641ef23976a78351c96680a30d8565e Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 07 四月 2025 08:50:44 +0800
Subject: [PATCH] #初始化地图

---
 pom.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e6de96..cb0bf18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,11 +189,20 @@
             <scope>system</scope>
             <systemPath>${project.basedir}/src/main/resources/lib/oscarJDBC8.jar</systemPath>
         </dependency>
+        <!-- 鎵嬪姩瀹夎鏈湴椹卞姩 -->
+        <dependency>
+            <groupId>com.dameng</groupId>
+            <artifactId>DmJdbcDriver</artifactId>
+            <version>8.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/lib/DmJdbcDriver18.jar</systemPath>
+        </dependency>
+
     </dependencies>
 
 
     <build>
-        <finalName>shzhwcs</finalName>
+        <finalName>shydwcs</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

--
Gitblit v1.9.1