Class BootPropertiesLauncher

java.lang.Object
org.springframework.boot.loader.Launcher
org.springframework.boot.loader.PropertiesLauncher
org.aoju.bus.shade.safety.boot.BootPropertiesLauncher

public class BootPropertiesLauncher extends org.springframework.boot.loader.PropertiesLauncher
Spring-Boot Properties 启动器
Since:
Java 17+
Author:
Kimi Liu
  • Field Summary

    Fields inherited from class org.springframework.boot.loader.PropertiesLauncher

    ARGS, CONFIG_LOCATION, CONFIG_NAME, HOME, MAIN, PATH, SET_SYSTEM_PROPERTIES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
    launch(String[] args, String launchClass, ClassLoader classLoader)
     
    static void
    main(String[] args)
     

    Methods inherited from class org.springframework.boot.loader.PropertiesLauncher

    createClassLoader, getArgs, getClassPathArchivesIterator, getHomeDirectory, getMainClass, toCamelCase

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

    createArchive, createClassLoader, createClassLoader, createMainMethodRunner, getArchive, getClassPathArchives, isExploded, launch

    Methods inherited from class java.lang.Object

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