Update JDBC file naming in MySQL steup instruction

This commit is contained in:
Vlad Selpukhin 2015-04-23 15:43:48 +03:00
parent 74d61b38e0
commit 099b848b62

View file

@ -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.