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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static void
    main(String[] args)
     

    Methods inherited from class org.springframework.boot.loader.launch.JarLauncher

    getEntryPathPrefix, isIncludedOnClassPath

    Methods inherited from class org.springframework.boot.loader.launch.ExecutableArchiveLauncher

    createClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectory

    Methods inherited from class org.springframework.boot.loader.launch.Launcher

    isExploded, launch, launch

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait