mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
fixed instructions for implementing mysql db
This commit is contained in:
parent
74abfb1a35
commit
a1f6b2c11b
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
|||
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
|
||||
"HSQL Settings" section; uncomment all properties in the "MySQL Settings"
|
||||
section.
|
||||
section.
|
||||
|
|
Loading…
Reference in a new issue