程序包 org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using
java -jar. Archives can include nested packaged dependency JARs (there is no need to create shade style jars) and are executed without unpacking. The only constraint is that nested JARs must be stored in the archive uncompressed.- 另请参阅:
JarLauncher,WarLauncher
类概要 类 说明 ExecutableArchiveLauncher Base class for executable archiveLaunchers.JarLauncher Launcherfor JAR based archives.LaunchedURLClassLoader ClassLoaderused by theLauncher.Launcher Base class for launchers that can start an application with a fully configured classpath backed by one or moreArchives.MainMethodRunner Utility class that is used byLaunchers to call a main method.PropertiesLauncher Launcherfor archives with user-configured classpath and main class via a properties file.WarLauncher Launcherfor WAR based archives.