JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.boot.ApplicationRunner
Packages that use
ApplicationRunner
Package
Description
org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
Uses of
ApplicationRunner
in
org.springframework.boot.autoconfigure.batch
Classes in
org.springframework.boot.autoconfigure.batch
that implement
ApplicationRunner
Modifier and Type
Class
Description
class
JobLauncherApplicationRunner
ApplicationRunner
to
launch
Spring Batch jobs.