mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Added additional step to populate mysql datbase with sample data
This commit is contained in:
parent
a1f6b2c11b
commit
ec4c6c60a7
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,9 @@
|
|||
3) Create the PetClinic database and user by executing the "db/mysql/initDB.sql"
|
||||
script.
|
||||
|
||||
4) Open "src/main/resources/spring/jdbc.properties"; comment out all properties in the
|
||||
4) Populate the PetClinic database with sample data by executing the
|
||||
"db/mysql/populateDB.sql" script.
|
||||
|
||||
5) Open "src/main/resources/spring/jdbc.properties"; comment out all properties in the
|
||||
"HSQL Settings" section; uncomment all properties in the "MySQL Settings"
|
||||
section.
|
||||
|
|
Loading…
Reference in a new issue