mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Fix docs on mysql, use initialization-mode
This commit is contained in:
parent
7ef045dac8
commit
e280d12144
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
...
|
||||
|
||||
2) Create the PetClinic database and user by executing the "db/mysql/{schema,data}.sql"
|
||||
scripts (or set "spring.datasource.initialize=always" the first time you run the app).
|
||||
scripts (or set "spring.datasource.initialization-mode=always" the first time you run the app).
|
||||
|
||||
3) Run the app with `spring.profiles.active=mysql` (e.g. as a System property via the command
|
||||
line, but any way that sets that property in a Spring Boot app should work).
|
||||
|
|
Loading…
Reference in a new issue