Browse Source

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
pull/1/head
Sam Brannen 17 years ago
parent
commit
fe7d3db45d
  1. 10
      org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt

10
org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt

@ -17,10 +17,6 @@ @@ -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.
Loading…
Cancel
Save