新增达梦数据库支持

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

View File

@@ -51,6 +51,15 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
</dependency>
<!--达梦数据库驱动-->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>