mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge pull request #301 from saturnism:patch-1
* pr/301: Fix datasource initialization property
This commit is contained in:
commit
34545e72a4
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ database=mysql
|
|||
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
|
||||
# Uncomment this the first time the app runs
|
||||
# spring.datasource.initialization-mode=always
|
||||
|
|
Loading…
Reference in a new issue