update: ddl_auto update로 수정

This commit is contained in:
UNGGU0704
2025-06-13 14:21:38 +09:00
parent 1d4a40357e
commit 4e19516eac
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ spring:
# JPA 설정
jpa:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:create}
ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false}
properties:
hibernate: