mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Merge pull request #127 from thinkshihang/patch-1
Correct initialization script file's name
This commit is contained in:
commit
3623eab490
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
the db/mysql directory. Alternatively, uncomment the mysql-connector from the
|
the db/mysql directory. Alternatively, uncomment the mysql-connector from the
|
||||||
Petclinic pom.
|
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.
|
script.
|
||||||
|
|
||||||
4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the
|
4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the
|
||||||
|
|
Loading…
Reference in a new issue