mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
Arreglo en el .properties
This commit is contained in:
parent
3cddfa2d51
commit
db149b2490
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue