refactor: set ddl-auto: validate

This commit is contained in:
changhyuns
2022-07-26 20:56:09 +09:00
parent 2d0832b7b2
commit 7606a65413

View File

@@ -23,7 +23,7 @@ spring:
show_sql: true
format_sql: true
hibernate:
ddl-auto: create
ddl-auto: validate
redis:
host: 172.18.0.3