update application.yml to use create-drop instead of update
This commit is contained in:
parent
594ee52fcc
commit
11f61080f0
|
@ -10,7 +10,7 @@ spring:
|
|||
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
ddl-auto: create-drop # update # Use update later on but use create-drop for testing first
|
||||
show-sql: true
|
||||
properties:
|
||||
hibernate:
|
||||
|
|
Loading…
Reference in a new issue