diff --git a/persist/src/main/resources/dataSource.xml b/persist/src/main/resources/dataSource.xml index f21e41eec45a3bdbdb317c5bdfcc7f9284e62a31..63d3a64e310115bb63dbb66926e40d444e746b78 100644 --- a/persist/src/main/resources/dataSource.xml +++ b/persist/src/main/resources/dataSource.xml @@ -34,6 +34,7 @@ <bean id="startupScripts" class="org.springframework.jdbc.datasource.init.DataSourceInitializer"> <property name="dataSource"><ref bean="DataSource"/></property> <property name="databasePopulator"><ref bean="DbInit"/></property> + <property name="enabled" value="true"/> </bean> </beans>