Merge branch '2.5.x'

Closes gh-27874
pull/27660/head
Stephane Nicoll 3 years ago
commit e25553e3c3

@ -1314,7 +1314,7 @@ public class SpringApplication {
* {@link ExitCodeGenerator}. In the case of multiple exit codes the highest value
* will be used (or if all values are negative, the lowest value will be used)
* @param context the context to close if possible
* @param exitCodeGenerators exist code generators
* @param exitCodeGenerators exit code generators
* @return the outcome (0 if successful)
*/
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {

Loading…
Cancel
Save