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

update db_readme.txt to reflect properties rename
This commit is contained in:
michaelisvy 2014-06-02 08:41:51 +08:00
commit ce50e80736

View file

@ -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
Note that whenever the database type is changed, the data-access.properties file needs to
be updated.