Package org.springframework.boot.loader.launch
package org.springframework.boot.loader.launch
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.- See Also:
-
ClassDescriptionAn archive that can be launched by the
Launcher
.Represents a single entry in the archive.Base class for aLauncher
backed by an executable archive.Launcher
for JAR based archives.ClassLoader
used by theLauncher
.Base class for launchers that can start an application with a fully configured classpath.Launcher
for archives with user-configured classpath and main class through a properties file.Launcher
for WAR based archives.