Package | Description |
---|---|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
Modifier and Type | Class and Description |
---|---|
class |
JobLauncherCommandLineRunner
Deprecated.
since 2.3.0 for removal in 2.5.0 in favor of
JobLauncherApplicationRunner |
Modifier and Type | Method and Description |
---|---|
JobLauncherApplicationRunner |
BatchAutoConfiguration.jobLauncherApplicationRunner(org.springframework.batch.core.launch.JobLauncher jobLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.batch.core.repository.JobRepository jobRepository,
BatchProperties properties) |