From 28f7f68eb7e47ed35dc5e73112a4a7a9bbdc7316 Mon Sep 17 00:00:00 2001 From: commoner02 <77.shuvo.joy@gmail.com> Date: Mon, 16 Feb 2026 18:12:06 +0600 Subject: [PATCH] fix application properties file --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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