Skip to content

Commit 58d99bb

Browse files
committed
Server: APIJSONORM 的 postgresql-42.2.4.jar 替换为 42.2.5 的 Maven 依赖
1 parent 617cc67 commit 58d99bb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,18 @@
5353
<artifactId>mysql-connector-java</artifactId>
5454
<version>8.0.11</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>org.postgresql</groupId>
58+
<artifactId>postgresql</artifactId>
59+
<version>42.2.5</version>
60+
</dependency>
5661
<dependency>
5762
<groupId>net.sourceforge.jtds</groupId>
5863
<artifactId>jtds</artifactId>
5964
<version>1.3.1</version>
6065
</dependency>
61-
<!-- 没找到合适且稳定的 Oracle 和 PostgreSQL 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
62-
66+
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
67+
6368
</dependencies>
6469

6570
<build>

0 commit comments

Comments
 (0)