Skip to content

Commit c00d1ab

Browse files
author
michaelisvy
committed
Merge pull request #72 from ka2m/master
Update JDBC file naming in MySQL setup instruction
2 parents c553d39 + 099b848 commit c00d1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/db/mysql/petclinic_db_setup_mysql.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt"
2020
script.
2121

22-
4) Open "src/main/resources/spring/jdbc.properties"; comment out all properties in the
22+
4) Open "src/main/resources/spring/data-access.properties"; comment out all properties in the
2323
"HSQL Settings" section; uncomment all properties in the "MySQL Settings"
24-
section.
24+
section.

0 commit comments

Comments
 (0)