Fix : common

This commit is contained in:
lsh9672
2025-06-12 15:24:07 +09:00
parent 5ca2358721
commit cb7c025405
4 changed files with 24 additions and 18 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: