From aeeb2370b8801044a4ce4fe696c811d5f1783b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mourouvin=20C=C3=A9dric?= Date: Fri, 26 Apr 2013 11:48:18 +0200 Subject: [PATCH] Typo error for mysql settings .txt to .sql --- 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 21d1560b4..c1cc3cefd 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")