Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update applocation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskp committed Oct 26, 2023
1 parent eee159c commit d8e1d8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ spring:
url: ${DATABASE_URL}
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.PostgreSQL82Dialect
# jpa:
# hibernate:
# ddl-auto: update
# show-sql: true
# properties:
# hibernate:
# format_sql: true
# dialect: org.hibernate.dialect.PostgreSQL82Dialect

0 comments on commit d8e1d8c

Please sign in to comment.