mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Fix datasource initialization property
Closes gh-301
This commit is contained in:
parent
a52cbe93a2
commit
c5abf45cbc
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ database=mysql
|
||||||
spring.datasource.url=jdbc:mysql://localhost/test
|
spring.datasource.url=jdbc:mysql://localhost/test
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=root
|
spring.datasource.password=root
|
||||||
# Uncomment this the first time the app runs
|
# Uncomment this the first time the app runs
|
||||||
# spring.datasource.initialize=true
|
# spring.datasource.initialization-mode=always
|
||||||
|
|
Loading…
Reference in a new issue