订正Oracle的配置错误

This commit is contained in:
2025-12-15 19:53:34 +08:00
parent 82a9b41ba0
commit 0c1a6318f9
2 changed files with 3 additions and 3 deletions

View File

@@ -224,9 +224,9 @@
</dependency>
{{- else if eq .dbType "oracle" }}
<dependency>
<groupId>com.oracle</groupId>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>12.2.0.1</version>
<version>21.9.0.0</version>
</dependency>
{{- end }}
<dependency>