petclinic-uncached
Changes
src/main/resources/db_readme.txt 4(+2 -2)
Details
src/main/resources/db_readme.txt 4(+2 -2)
diff --git a/src/main/resources/db_readme.txt b/src/main/resources/db_readme.txt
index 55fbb62..68e3f24 100644
--- a/src/main/resources/db_readme.txt
+++ b/src/main/resources/db_readme.txt
@@ -9,5 +9,5 @@
In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
gets populated at startup with data. A similar setup is provided for Mysql in case
a persistent database configuration is needed.
-Note that whenever the database type is changed, the jdbc.properties file needs to
-be updated.
\ No newline at end of file
+Note that whenever the database type is changed, the data-access.properties file needs to
+be updated.