diff --git a/src/main/resources/db_readme.txt b/src/main/resources/db_readme.txt index 55fbb6264..68e3f245c 100644 --- a/src/main/resources/db_readme.txt +++ b/src/main/resources/db_readme.txt @@ -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. \ No newline at end of file +Note that whenever the database type is changed, the data-access.properties file needs to +be updated.