标签: java spring dependency-injection spring-batch
我有一个Spring Batch程序(不使用XML配置),我想在我的JobExecution或ItemProcessor中获得ItemWriter。我尝试使用有效的@BeforeStep,但后来无法将其用于实际的write方法中。有解决办法吗?
JobExecution
ItemProcessor
ItemWriter
@BeforeStep
write