类 BatchAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration

Auto-configuration for Spring Batch. If a single job is found in the context, it will be executed on startup.

Disable this behavior with spring.batch.job.enabled=false).

If multiple jobs are found, a job name to execute on startup can be supplied by the User with : spring.batch.job.name=job1. In this case the Runner will first find jobs registered as Beans, then those in the existing JobRegistry.

从以下版本开始:
1.0.0
作者:
Dave Syer, Eddú Meléndez, Kazuki Shimizu, Mahmoud Ben Hassine, Lars Uffmann, Lasse Wulff