Added additional step to populate mysql datbase with sample data

This commit is contained in:
pdunnigan 2013-12-05 13:28:21 -05:00
parent a1f6b2c11b
commit ec4c6c60a7

View file

@ -19,6 +19,9 @@
3) Create the PetClinic database and user by executing the "db/mysql/initDB.sql" 3) Create the PetClinic database and user by executing the "db/mysql/initDB.sql"
script. 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" "HSQL Settings" section; uncomment all properties in the "MySQL Settings"
section. section.