Arreglo en el .properties

This commit is contained in:
Pablo Franco Sánchez 2021-04-05 18:15:14 +02:00
parent 3cddfa2d51
commit db149b2490

View file

@ -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