mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge pull request #42 from bram-atmire/documentation-fix
update db_readme.txt to reflect properties rename
This commit is contained in:
commit
ce50e80736
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