We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617cc67 commit 58d99bbCopy full SHA for 58d99bb
APIJSON-Java-Server/APIJSONBoot/libs/postgresql-42.2.4.jar
-796 KB
APIJSON-Java-Server/APIJSONBoot/pom.xml
@@ -53,13 +53,18 @@
53
<artifactId>mysql-connector-java</artifactId>
54
<version>8.0.11</version>
55
</dependency>
56
+ <dependency>
57
+ <groupId>org.postgresql</groupId>
58
+ <artifactId>postgresql</artifactId>
59
+ <version>42.2.5</version>
60
+ </dependency>
61
<dependency>
62
<groupId>net.sourceforge.jtds</groupId>
63
<artifactId>jtds</artifactId>
64
<version>1.3.1</version>
65
- <!-- 没找到合适且稳定的 Oracle 和 PostgreSQL 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
-
66
+ <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
67
+
68
</dependencies>
69
70
<build>
0 commit comments