Skip to content

Commit 099b848

Browse files
committed
Update JDBC file naming in MySQL steup instruction
1 parent 74d61b3 commit 099b848

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)