Skip to content

Commit

Permalink
Spring Boot update
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Nov 26, 2023
1 parent 376f181 commit 0aa7b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spring:
# set PG_PASSWORD in your environment, e.g., by running "export PG_PASSWORD=..." in the command line
password: ${PG_PASSWORD}
jpa:
database-platform: org.hibernate.dialect.PostgreSQLDialect
open-in-view: false
hibernate:
ddl-auto: validate
Expand Down

0 comments on commit 0aa7b40

Please sign in to comment.