mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge bc66b0b3e2
into ffa967c94b
This commit is contained in:
commit
0e91bb4a88
2 changed files with 5 additions and 2 deletions
|
@ -4,4 +4,4 @@ spring.datasource.url=jdbc:mysql://localhost/test
|
|||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
# Uncomment this the first time the app runs
|
||||
# spring.datasource.initialize=true
|
||||
# spring.datasource.initialize=true
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
# database init, supports mysql too
|
||||
database=hsqldb
|
||||
database=mysql
|
||||
spring.datasource.schema=classpath*:db/${database}/schema.sql
|
||||
spring.datasource.data=classpath*:db/${database}/data.sql
|
||||
spring.datasource.url=jdbc:mysql://localhost/
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=petclinic
|
||||
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
|
|
Loading…
Reference in a new issue