mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 11:52:48 +00:00
Merge pull request #72 from ka2m/master
Update JDBC file naming in MySQL setup instruction
This commit is contained in:
commit
c00d1abf23
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@
|
|||
3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt"
|
||||
script.
|
||||
|
||||
4) Open "src/main/resources/spring/jdbc.properties"; comment out all properties in the
|
||||
4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the
|
||||
"HSQL Settings" section; uncomment all properties in the "MySQL Settings"
|
||||
section.
|
Loading…
Reference in a new issue