update application.yml to use create-drop instead of update

This commit is contained in:
Mika Bomm 2024-09-01 10:07:57 +02:00
parent 594ee52fcc
commit 11f61080f0

View file

@ -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: