remove unused property

This commit is contained in:
Mika Bomm 2024-09-05 23:21:31 +02:00
parent 654e7b1801
commit ab4322fba8

View file

@ -8,7 +8,6 @@ spring:
jpa:
hibernate:
ddl-auto: create-drop # update # Use update later on but use create-drop for testing first
dialect: org.hibernate.dialect.PostgreSQLDialect
show-sql: true
properties:
hibernate: