mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Update petclinic_db_setup_mysql.txt
Correct initialization script file's name
This commit is contained in:
parent
d6697d8853
commit
0504ec9fe3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
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/data-access.properties"; comment out all properties in the
|
||||
|
|
Loading…
Reference in a new issue