默认包含达梦和人大金仓驱动,减少咨询,由于个别jdbc驱动体积比较大,可按需移除依赖
This commit is contained in:
@@ -71,19 +71,21 @@
|
|||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency> -->
|
</dependency> -->
|
||||||
|
|
||||||
<!-- 达梦数据库
|
<!-- 达梦数据库 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.dameng</groupId>
|
<groupId>com.dameng</groupId>
|
||||||
<artifactId>Dm8JdbcDriver18</artifactId>
|
<artifactId>Dm8JdbcDriver18</artifactId>
|
||||||
<version>8.1.1.49</version>
|
<version>8.1.1.49</version>
|
||||||
</dependency> -->
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 人大金仓数据库
|
<!-- 人大金仓数据库 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kingbase</groupId>
|
<groupId>com.kingbase</groupId>
|
||||||
<artifactId>kingbasejdbc8</artifactId>
|
<artifactId>kingbasejdbc8</artifactId>
|
||||||
<version>8.6.0</version>
|
<version>8.6.0</version>
|
||||||
</dependency> -->
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Web Server -->
|
<!-- Web Server -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user