This commit is contained in:
pdunnigan 2013-12-05 10:27:59 -08:00
commit bb664c2ffe

View file

@ -16,9 +16,12 @@
the db/mysql directory. Alternatively, uncomment the mysql-connector from the
Petclinic pom.
3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt"
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.