增postgresql

This commit is contained in:
2026-01-09 16:41:58 +08:00
parent fc67643418
commit 683c45c027
2 changed files with 14 additions and 3 deletions

View File

@@ -132,6 +132,11 @@
<scope>runtime</scope>
<version>8.0.33</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>