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