Uses of Class
org.springframework.boot.loader.MainMethodRunner
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.-
Uses of MainMethodRunner in org.springframework.boot.loader
Modifier and TypeMethodDescriptionprotected MainMethodRunner
Launcher.createMainMethodRunner
(String mainClass, String[] args, ClassLoader classLoader) Create theMainMethodRunner
used to launch the application.