some mysql SQL scripts were looked up using a bad path

pull/1277/head
Stefan Bodewig 2017-07-20 08:46:32 +02:00
parent ef01d3032e
commit 250a2c62ea
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@
<!-- You can optionally initialize the database with test values here,
but this is not recommended for real systems -->
<!-- <jdbc:initialize-database data-source="dataSource"> -->
<!-- <jdbc:script location="classpath:/db/tables/mysql_database_tables.sql"/> -->
<!-- <jdbc:script location="classpath:/db/tables/security-schema.sql"/> -->
<!-- <jdbc:script location="classpath:/db/tables/loading_temp_tables.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/mysql_database_tables.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/security-schema.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/loading_temp_tables.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/users.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/clients.sql"/> -->
<!-- <jdbc:script location="classpath:/db/mysql/scopes.sql"/> -->