update 优化 注释掉其他数据库 jdbc 依赖 由用户手动添加

This commit is contained in:
疯狂的狮子Li 2024-07-16 11:04:48 +08:00
parent 58b6c4668f
commit 54f58257f9

View File

@ -22,21 +22,28 @@
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<!-- Oracle -->
<dependency> <!-- &lt;!&ndash; mp支持的数据库均支持 只需要增加对应的jdbc依赖即可 &ndash;&gt;-->
<groupId>com.oracle.database.jdbc</groupId> <!-- &lt;!&ndash; Oracle &ndash;&gt;-->
<artifactId>ojdbc8</artifactId> <!-- <dependency>-->
</dependency> <!-- <groupId>com.oracle.database.jdbc</groupId>-->
<!-- PostgreSql --> <!-- <artifactId>ojdbc8</artifactId>-->
<dependency> <!-- </dependency>-->
<groupId>org.postgresql</groupId> <!-- &lt;!&ndash; 兼容oracle低版本 &ndash;&gt;-->
<artifactId>postgresql</artifactId> <!-- <dependency>-->
</dependency> <!-- <groupId>com.oracle.database.nls</groupId>-->
<!-- SqlServer --> <!-- <artifactId>orai18n</artifactId>-->
<dependency> <!-- </dependency>-->
<groupId>com.microsoft.sqlserver</groupId> <!-- &lt;!&ndash; PostgreSql &ndash;&gt;-->
<artifactId>mssql-jdbc</artifactId> <!-- <dependency>-->
</dependency> <!-- <groupId>org.postgresql</groupId>-->
<!-- <artifactId>postgresql</artifactId>-->
<!-- </dependency>-->
<!-- &lt;!&ndash; SqlServer &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.microsoft.sqlserver</groupId>-->
<!-- <artifactId>mssql-jdbc</artifactId>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.dromara</groupId> <groupId>org.dromara</groupId>