spring batch job重复多次执行的配置--spring batch restart Step already complete or not restartable
1、问题:springbatch程序运行执行完某个job的时候,job配置的参数不变,程序再次运行的时候,程序提示:springbatchrestartStepalreadycompleteornotrestartable,sonoactiontoexecute:2、原因:SpringBatch需要每次唯一的作业参数来执行。3、解决:但是在测试阶段,程序需要被一次又一次的执行,我们可以在创建job