From 2527044a6bb43a8fd5aaed3350083e2d3e20a1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9F=E4=BF=9D=E7=BD=97=20Paul=20Verest?= Date: Wed, 13 Mar 2013 18:41:56 +0800 Subject: [PATCH] correct filename spring/data-access.properties --- src/main/resources/db_readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db_readme.txt b/src/main/resources/db_readme.txt index 55fbb6264..5f89e654a 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 spring/data-access.properties +file needs to be updated. \ No newline at end of file