From db149b2490a7d70456c60f5a2dc7c75b9747378e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Franco=20S=C3=A1nchez?= <56022165+pabfrasan@users.noreply.github.com> Date: Mon, 5 Apr 2021 18:15:14 +0200 Subject: [PATCH] Arreglo en el .properties --- src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index afee236bf..a2244def6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,6 @@ spring.datasource.data=classpath*:db/${database}/data.sql spring.h2.console.enabled=true spring.profiles.active=mysql spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/cheapy?serverTimezone=UTC} -spring.datasource.driver-class-name=org.postgresql.Driver # Web spring.thymeleaf.mode=HTML