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")