Skip to content

Commit 38330e0

Browse files
committed
debug 배포 환경관련 db와 연동 문제 해결을위한 application-prod.yml수정
1 parent b4f05a1 commit 38330e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/src/main/resources/application-prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ custom:
3434
frontUrl: "${custom.prod.frontUrl}"
3535
backUrl: "${custom.prod.backUrl}"
3636
name: nutree
37+
jpa:
38+
show-sql: true
39+
hibernate:
40+
ddl-auto: update
41+

0 commit comments

Comments
 (0)