feat - 전반적인 기능 추가
SpecialSource Backend CI/CD / build-and-deploy (push) Successful in 57s

This commit is contained in:
sungjin.choi
2026-05-28 14:38:52 +09:00
parent 1d42aacd6e
commit d23d649b2b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:postgresql://localhost:5435/mydb
url: ${DB_URL:jdbc:postgresql://localhost:5435/mydb?sslmode=disable}
username: headporter
password: ENC(Gg03NzjjcVOrFSXoBrPEusNgDNbYOPO4)
driver-class-name: org.postgresql.Driver