Package | Description |
---|---|
org.springframework.boot | |
org.springframework.boot.autoconfigure.batch |
Modifier and Type | Method and Description |
---|---|
static int |
SpringApplication.exit(org.springframework.context.ApplicationContext context,
ExitCodeGenerator... exitCodeGenerators)
Static helper that can be used to exit a
SpringApplication and obtain a
code indicating success (0) or otherwise. |
Modifier and Type | Class and Description |
---|---|
class |
JobExecutionExitCodeGenerator
|
Modifier and Type | Method and Description |
---|---|
ExitCodeGenerator |
BatchAutoConfiguration.jobExecutionExitCodeGenerator() |
Copyright © 2013. All rights reserved.