我用mongodb创建了spring批处理应用程序,我使用了MongoItemReader和MongoItemWriter,我的批处理应用程序工作正常,知道我的怀疑是,一旦我运行该批处理,它正在正确地处理记录,但是如果我再次运行同一批记录,它将显示Job status as completed,根据我对非跨国数据库(如mongodb springbatch )的了解,不会创建元表,就像我的数据库中也没有创建元表一样,但是作业是如何识别/知道作业完成<
at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375) ~[spring-batch-infrastructure:82) ~[spring-batch-core-4.1.0.RELEASE.jar:4.1.0.RELEASE]
at org.springframework.batch.repeat.support.RepeatTemplat