Updating PetClinic build documentation regarding migration to Spring Build.
This commit is contained in:
parent
7983ded6e0
commit
8fe497ef53
|
|
@ -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…
Reference in New Issue