correct filename spring/data-access.properties

This commit is contained in:
伟保罗 Paul Verest 2013-03-13 18:41:56 +08:00
parent c4dbb1f648
commit 2527044a6b

View file

@ -9,5 +9,5 @@
In its default configuration, Petclinic uses an in-memory database (HSQLDB) which 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 gets populated at startup with data. A similar setup is provided for Mysql in case
a persistent database configuration is needed. 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 spring/data-access.properties
be updated. file needs to be updated.