保存进度!

This commit is contained in:
2023-07-24 00:17:39 +08:00
parent 6d4ca8cf96
commit 73d03bfe9b
2 changed files with 18 additions and 7 deletions

View File

@@ -86,11 +86,17 @@
<artifactId>jackson-annotations</artifactId>
<version>2.13.4</version>
</dependency>
<!--
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.3.0.0.0</version>
</dependency> -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc10</artifactId>
<version>19.19.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->