From 6e5651c527019ccfbfcd8152fa457a89ff657e59 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Wed, 12 Feb 2025 12:04:19 +0100 Subject: [PATCH] fix: remove dialect to supress a warning --- MyINPulse-back/src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/MyINPulse-back/src/main/resources/application.properties b/MyINPulse-back/src/main/resources/application.properties index cc1afe6..08dccb9 100644 --- a/MyINPulse-back/src/main/resources/application.properties +++ b/MyINPulse-back/src/main/resources/application.properties @@ -6,4 +6,3 @@ spring.datasource.url=jdbc:postgresql://${DATABASE_URL}/${BACKEND_DB} spring.datasource.username=${BACKEND_USER} spring.datasource.password=${BACKEND_PASSWORD} spring.jpa.hibernate.ddl-auto=update -spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect