From a485521b6d1f133db34432609b2ca4db344a563b Mon Sep 17 00:00:00 2001 From: Mic <misvy@vmware.com> Date: Thu, 2 May 2013 11:32:03 +0800 Subject: [PATCH] changed file path. Thanks to @cmourouvin for letting me know. --- src/main/resources/spring/data-access.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/spring/data-access.properties b/src/main/resources/spring/data-access.properties index 21d1560..c1cc3ce 100644 --- a/src/main/resources/spring/data-access.properties +++ b/src/main/resources/spring/data-access.properties @@ -30,8 +30,8 @@ jpa.showSql=true #jdbc.password= # Properties that control the population of schema and data for a new data source -#jdbc.initLocation=classpath:db/mysql/initDB.txt -#jdbc.dataLocation=classpath:db/mysql/populateDB.txt +#jdbc.initLocation=classpath:db/mysql/initDB.sql +#jdbc.dataLocation=classpath:db/mysql/populateDB.sql # Property that determines which Hibernate dialect to use # (only applied with "applicationContext-hibernate.xml") -- GitLab