Skip to content

Commit

Permalink
feat: hibernate timezone UTC (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 2, 2024
1 parent a7abc89 commit 60a0914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
quarkus.datasource.db-kind=postgresql
quarkus.datasource.jdbc.max-size=30
quarkus.datasource.jdbc.min-size=10
quarkus.hibernate-orm.jdbc.timezone=UTC

quarkus.hibernate-orm.database.generation=validate
quarkus.liquibase.migrate-at-start=true
Expand Down

0 comments on commit 60a0914

Please sign in to comment.