Spring The batch documentation says: “Spring Batch will not try to stop them running simultaneously” (http://static.springsource.org/ spring-batch / reference / html-single / index.html).
But I would like to receive an error message if I try to start the task, and there is an instance of this work. Is it possible?
I am using Spring Package 2.1.8.
source share