RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
removed remaining unused map dao beans
This commit is contained in:
@@ -19,12 +19,6 @@
|
||||
<bean id="mapJobRepository" class="org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean"
|
||||
p:transactionManager-ref="transactionManager" lazy-init="true" />
|
||||
|
||||
<bean id="mapJobExecutionDao" lazy-init="true"
|
||||
class="org.springframework.batch.core.repository.dao.MapJobExecutionDao" />
|
||||
|
||||
<bean id="mapStepExecutionDao" lazy-init="true"
|
||||
class="org.springframework.batch.core.repository.dao.MapStepExecutionDao" />
|
||||
|
||||
<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
|
||||
<property name="dataSource" ref="dataSource" />
|
||||
</bean>
|
||||
|
||||
Reference in New Issue
Block a user