JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.boot.loader
Packages that use
org.springframework.boot.loader
Package
Description
org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.
Classes in
org.springframework.boot.loader
used by
org.springframework.boot.loader
Class
Description
ExecutableArchiveLauncher
Base class for executable archive
Launcher
s.
Launcher
Base class for launchers that can start an application with a fully configured classpath backed by one or more
Archive
s.
MainMethodRunner
Utility class that is used by
Launcher
s to call a main method.