현재 작업 상태 커밋

This commit is contained in:
Minseo-Jo
2025-10-23 16:38:37 +09:00
parent add16854a4
commit 40f02d6d8e
10 changed files with 1867 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
datasource:
url: jdbc:${DB_KIND:postgresql}://${DB_HOST:20.249.153.213}:${DB_PORT:5432}/${DB_NAME:aidb}
username: ${DB_USERNAME:hgzerouser}
password: ${DB_PASSWORD:}
password: ${DB_PASSWORD:Hi5Jessica!}
driver-class-name: org.postgresql.Driver
hikari:
maximum-pool-size: 20