Updating PetClinic build documentation regarding migration to Spring Build.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2082 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2009-10-11 15:30:56 +00:00
parent 179466ed7e
commit fe7d3db45d
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.