Externalise location of scripts to initialise database

This commit is contained in:
dsyer
2007-12-12 23:27:05 +00:00
parent 445ae1637a
commit a583e068cf
3 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
<property name="url" value="${batch.jdbc.url}" />
<property name="username" value="${batch.jdbc.user}" />
<property name="password" value="${batch.jdbc.password}" />
</bean>
</bean>
<!-- bean id="dataSource" class="test.jdbc.datasource.DerbyDataSourceFactoryBean"/-->
<bean id="sqlTransactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager" lazy-init="true">
<property name="dataSource" ref="dataSource" />