Updating PetClinic build documentation regarding migration to Spring Build.

This commit is contained in:
Sam Brannen 2009-10-11 15:30:56 +00:00
parent 7983ded6e0
commit 8fe497ef53
1 changed files with 3 additions and 7 deletions

View File

@ -17,10 +17,6 @@
3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt"
script.
4) Open "build.properties" in PetClinic's root directory and follow the
instructions in section: "NOTE: To CONFIGURE the DATABASE...".
5) If you did not already do so in step 4, open "src/jdbc.properties", comment
out all properties in the "HSQL Settings" section, uncomment all properties
in the "MySQL Settings" section, and verify that your connection settings
are consistent in both "build.properties" and "src/jdbc.properties".
4) Open "src/main/resources/jdbc.properties"; comment out all properties in the
"HSQL Settings" section; uncomment all properties in the "MySQL Settings"
section.