remove unused property
This commit is contained in:
parent
654e7b1801
commit
ab4322fba8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ spring:
|
||||||
jpa:
|
jpa:
|
||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: create-drop # update # Use update later on but use create-drop for testing first
|
ddl-auto: create-drop # update # Use update later on but use create-drop for testing first
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
||||||
show-sql: true
|
show-sql: true
|
||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
|
|
Loading…
Reference in a new issue