From ec81d98e90f9fdb4dd12138a365fbbbb3a8efa5f Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Thu, 25 Jul 2024 13:15:19 +1000 Subject: Stop specifying hibernate dialect as it is autodetected --- src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e838ed8..0eaeea7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,7 +7,6 @@ spring.datasource.username=markr_prod spring.datasource.password=CpfzDA3nR3jH9Ky4 spring.datasource.driver-class-name=org.postgresql.Driver # Hibernate Configuration -spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=false # Disable Open Session in View -- cgit v1.2.3