Skip to content

Commit

Permalink
#52
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Nov 29, 2022
2 parents 600b014 + e4a64d1 commit d9dc10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ spring:
jpa:
database-platform: org.hibernate.dialect.H2Dialect
open-in-view: false
generate-ddl: true
hibernate:
# Re-generating the DDL upon each application start to account for data model changes.
ddl-auto: create-drop
defer-datasource-initialization: true
h2:
console:
Expand Down

0 comments on commit d9dc10c

Please sign in to comment.