IN PROGRESS - issue BATCH-384: consolidate map dao implementations
http://jira.springframework.org/browse/BATCH-384 MapStepDao -> MapStepExecutionDao improved test coverage for JobExecutionDao
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
class="org.springframework.batch.execution.repository.dao.MapJobExecutionDao" />
|
||||
|
||||
<bean id="mapStepExecutionDao" lazy-init="true"
|
||||
class="org.springframework.batch.execution.repository.dao.MapStepDao" />
|
||||
class="org.springframework.batch.execution.repository.dao.MapStepExecutionDao" />
|
||||
|
||||
<bean id="jdbcTemplate"
|
||||
class="org.springframework.jdbc.core.JdbcTemplate">
|
||||
|
||||
Reference in New Issue
Block a user