默认使用oracle ojdbc8驱动

This commit is contained in:
thinkgem
2025-07-03 13:47:58 +08:00
parent bdbd616130
commit 19e395ae1f

View File

@@ -30,19 +30,19 @@
<scope>runtime</scope>
</dependency>
<!-- Oracle 11g -->
<!-- Oracle 11g
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
<scope>runtime</scope>
</dependency>
<!-- Oracle 12c 及以上版本
</dependency> -->
<!-- Oracle 12c 及以上版本 -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<scope>runtime</scope>
</dependency> -->
</dependency>
<!-- SqlServer 2008
<dependency>