File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ spring:
3333 generate-ddl : true
3434 database-platform : POSTGRESQL
3535 hibernate :
36- # ddl-auto: create-drop update validate
37- ddl-auto : ${BLOODMONEY_HIBERNATE_DDL_AUTO}
36+ ddl-auto : create-drop
37+ # ddl-auto: update
38+ # ddl-auto: validate
39+ # ddl-auto: ${BLOODMONEY_HIBERNATE_DDL_AUTO}
3840 naming :
3941 implicit-strategy : org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
4042 physical-strategy : org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
@@ -152,8 +154,9 @@ spring:
152154 log-dir : transaction-logs/tx-logs-simpleworklist
153155 jpa :
154156 hibernate :
155- # ddl-auto: create-drop update validate
156- ddl-auto : validate
157+ ddl-auto : create-drop
158+ # ddl-auto: update
159+ # ddl-auto: validate
157160server :
158161 port : ${PORT}
159162 compression :
You can’t perform that action at this time.
0 commit comments