add postgresql support

This commit is contained in:
mfk
2024-11-25 21:17:31 +08:00
parent 9de02903aa
commit 2c1297430b
10 changed files with 133 additions and 13 deletions

View File

@@ -57,6 +57,13 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc6</artifactId>-->