diff --git a/src/main/resources/spring/data-access.properties b/src/main/resources/spring/data-access.properties
index 21d1560b4cc615df5693f1e37d2ad4a10759ae8d..c1cc3cefdf900407793cf3dde6124f6a43b31443 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")