Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultApplicationArguments
Default implementation of
ApplicationArguments . |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringApplication.afterRefresh(ConfigurableApplicationContext context,
ApplicationArguments args)
Called after the context has been refreshed.
|
void |
ApplicationRunner.run(ApplicationArguments args)
Callback used to run the bean.
|
Modifier and Type | Method and Description |
---|---|
void |
JobLauncherApplicationRunner.run(ApplicationArguments args) |