update: review jpa 스캔 방법 변경

This commit is contained in:
UNGGU0704
2025-06-12 15:22:05 +09:00
parent f3534ca371
commit 6c3b5b4235
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ spring:
jpa:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:validate}
ddl-auto: ${JPA_DDL_AUTO:create}
show-sql: ${JPA_SHOW_SQL:false}
properties:
hibernate: