调整数据库结构,ID不再自增,使用UUID,修改后端逻辑

This commit is contained in:
BBIT-Kai
2025-08-22 10:05:24 +08:00
parent 10ca219970
commit f79a82bb87
46 changed files with 462 additions and 429 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ ktor:
realm: "Snowflake Server"
secret: "secret_jwt"
database:
url: "jdbc:postgresql://localhost:5432/ktor"
url: "jdbc:postgresql://10.10.10.9:5432/ktor2"
# url: "jdbc:postgresql://localhost:5432/ktor2"
driver: "org.postgresql.Driver"
user: "postgres"
password: "123456"