| Package | Description | 
|---|---|
| org.springframework.boot.loader | 
 System that allows self-contained JAR/WAR archives to be launched using
  
java -jar. | 
| Modifier and Type | Method and Description | 
|---|---|
protected MainMethodRunner | 
Launcher.createMainMethodRunner(String mainClass,
                      String[] args,
                      ClassLoader classLoader)
Create the  
MainMethodRunner used to launch the application. |