forked from spring-petclinic/spring-petclinic-microservices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb_readme.txt
More file actions
13 lines (10 loc) · 661 Bytes
/
db_readme.txt
File metadata and controls
13 lines (10 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
================================================================================
=== Spring PetClinic sample application - Database Configuration ===
================================================================================
@author Costin Leau
--------------------------------------------------------------------------------
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 data-access.properties file needs to
be updated.