Skip to content
Snippets Groups Projects
db_readme.txt 661 B
Newer Older
Costin Leau's avatar
Costin Leau committed
================================================================================
===        Spring PetClinic sample application - Database Configuration      ===
================================================================================

@author Costin Leau

--------------------------------------------------------------------------------

In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
Costin Leau's avatar
Costin Leau committed
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.