1
0

feat: 数据库更改为postgres

This commit is contained in:
2025-09-07 11:06:15 +08:00
parent 440d67c5e7
commit 610dc3578f
4 changed files with 47 additions and 3 deletions

View File

@@ -63,6 +63,11 @@
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>