新增达梦数据库支持

This commit is contained in:
diantu
2023-02-02 14:36:34 +08:00
parent 683585c527
commit 584fa48d0d
12 changed files with 209 additions and 9 deletions

11
pom.xml
View File

@@ -74,6 +74,17 @@
<artifactId>jtds</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>12</version>
</dependency>
<!--达梦数据库驱动-->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.1.193</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc6</artifactId>-->