fix: validate jpa

This commit is contained in:
2025-11-12 21:59:05 +09:00
parent 7c93af282a
commit 1fb168850b

View File

@@ -76,7 +76,7 @@ spring:
password: temp123!
jpa:
hibernate:
ddl-auto: none # 또는 update/create
ddl-auto: validate # 또는 update/create
show-sql: true
properties:
hibernate: