|
|
|
@ -50,21 +50,26 @@
|
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- Oracle -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
|
|
|
|
<artifactId>ojdbc8</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- PostgreSql -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- SqlServer -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <!– Oracle –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.oracle.database.jdbc</groupId>-->
|
|
|
|
|
<!-- <artifactId>ojdbc8</artifactId>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <!– 兼容oracle低版本 –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.oracle.database.nls</groupId>-->
|
|
|
|
|
<!-- <artifactId>orai18n</artifactId>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <!– PostgreSql –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.postgresql</groupId>-->
|
|
|
|
|
<!-- <artifactId>postgresql</artifactId>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <!– SqlServer –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.microsoft.sqlserver</groupId>-->
|
|
|
|
|
<!-- <artifactId>mssql-jdbc</artifactId>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|