您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
类的使用
org.springframework.boot.loader.launch.Launcher
使用
Launcher
的程序包
程序包
说明
org.springframework.boot.loader.launch
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.
org.springframework.boot.loader.launch
中
Launcher
的使用
org.springframework.boot.loader.launch
中
Launcher
的子类
修饰符和类型
类
说明
class
ExecutableArchiveLauncher
Base class for a
Launcher
backed by an executable archive.
class
JarLauncher
Launcher
for JAR based archives.
class
PropertiesLauncher
Launcher
for archives with user-configured classpath and main class through a properties file.
class
WarLauncher
Launcher
for WAR based archives.