mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-21 03:19:38 +00:00
update db_readme.txt to reflect properties rename
jdbc.properties was renamed to data-access.properties, but this file still referred to the old name.
This commit is contained in:
parent
ce7e6e8bdc
commit
1341c12d1f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
Note that whenever the database type is changed, the data-access.properties file needs to
|
||||
be updated.
|
||||
|
|
Loading…
Reference in a new issue