更新SQL表结构2

This commit is contained in:
BBIT-Kai
2025-09-18 17:20:30 +08:00
parent de6a350da8
commit 91c32db90a
7 changed files with 115 additions and 180 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ ktor:
realm: "Snowflake Server"
secret: "secret_jwt"
database:
# url: "jdbc:postgresql://10.10.10.9:5432/ktor2"
url: "jdbc:postgresql://localhost:5432/ktor2"
url: "jdbc:postgresql://10.10.10.9:5432/ktor2"
# url: "jdbc:postgresql://localhost:5432/ktor2"
driver: "org.postgresql.Driver"
user: "postgres"
password: "123456"