mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
correct filename spring/data-access.properties
This commit is contained in:
parent
c4dbb1f648
commit
2527044a6b
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 spring/data-access.properties
|
||||
file needs to be updated.
|
Loading…
Reference in a new issue