Package org.miaixz.bus.shade.safety.boot
Class BootJarLauncher
java.lang.Object
org.springframework.boot.loader.launch.Launcher
org.springframework.boot.loader.launch.ExecutableArchiveLauncher
org.springframework.boot.loader.launch.JarLauncher
org.miaixz.bus.shade.safety.boot.BootJarLauncher
public class BootJarLauncher
extends org.springframework.boot.loader.launch.JarLauncher
Spring-Boot Jar 启动器
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from class org.springframework.boot.loader.launch.ExecutableArchiveLauncher
BOOT_CLASSPATH_INDEX_ATTRIBUTE, DEFAULT_CLASSPATH_INDEX_FILE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.loader.launch.JarLauncher
getEntryPathPrefix, isIncludedOnClassPathMethods inherited from class org.springframework.boot.loader.launch.ExecutableArchiveLauncher
createClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectoryMethods inherited from class org.springframework.boot.loader.launch.Launcher
isExploded, launch, launch