public class ApplicationRunner extends Object implements org.springframework.boot.CommandLineRunner
| Constructor and Description |
|---|
ApplicationRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args) |
void |
run(String... args) |
org.springframework.context.ConfigurableApplicationContext |
start(String... args) |
public static void main(String[] args)
public org.springframework.context.ConfigurableApplicationContext start(String... args)
public void run(String... args)
run in interface org.springframework.boot.CommandLineRunner@PreDestroy public void close()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.