Skip to content

Commit

Permalink
deploy: spring.jpa.properties.hibernate.dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-orciuolo committed Feb 13, 2024
1 parent b8db32a commit ad8fff1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spring.datasource.hikari.maximumPoolSize=500
spring.datasource.hikari.connectionTimeout=30000
spring.datasource.hikari.idleTimeout=600000
spring.datasource.hikari.maxLifetime=1800000
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

# The ddl-auto property is used to automatically create the database schema
# Usually, in production, a migration tool like Liquibase or Flyway is used to manage the database schema
Expand Down

0 comments on commit ad8fff1

Please sign in to comment.