petclinic-uncached

Merge pull request #42 from bram-atmire/documentation-fix update

6/1/2014 9:41:51 PM

Details

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.