|
@@ -42,7 +42,14 @@
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <!-- 达梦驱动包 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dm</groupId>
|
|
|
+ <artifactId>DmJdbcDriver18</artifactId>
|
|
|
+ <version>1.8</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/resources/lib/DmJdbcDriver18.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
<!-- 核心模块-->
|
|
|
<dependency>
|
|
|
<groupId>com.zkqy</groupId>
|