mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Merge ec4c6c60a7
into 74abfb1a35
This commit is contained in:
commit
bb664c2ffe
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
Loading…
Reference in a new issue