增加 db2 和 h2 相关数据库脚本

This commit is contained in:
thinkgem
2019-11-13 10:58:14 +08:00
parent b3aa7d4681
commit d0ad7913aa
10 changed files with 1514 additions and 257 deletions

View File

@@ -45,6 +45,21 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<!-- <dependency>
<groupId>cn.guoyukun.jdbc</groupId>
<artifactId>db2jcc</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>cn.guoyukun.jdbc</groupId>
<artifactId>db2jcc_license_cu</artifactId>
<version>1.4.2</version>
</dependency> -->
<!-- <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency> -->
<!-- JDBC device end -->
<!-- Common -->