diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 70c61e0..fc7a393 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -31,7 +31,7 @@ spring.datasource.driver-class-name=org.postgresql.Driver # JPA/Hibernate spring.jpa.hibernate.ddl-auto=${SPRING_JPA_HIBERNATE_DDL_AUTO:update} spring.jpa.show-sql=${SPRING_JPA_SHOW_SQL:false} -spring.jpa.properties.hibernate.dialect=org.postgresql.Dialect +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true # Server - Render sets PORT env var