some mysql SQL scripts were looked up using a bad path
parent
ef01d3032e
commit
250a2c62ea
|
@ -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"/> -->
|
||||
|
|
Loading…
Reference in New Issue