mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
postgres
This commit is contained in:
parent
3372f6e046
commit
145dbeeaa9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ 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=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue