Example usage for org.springframework.boot.loader JarLauncher JarLauncher

List of usage examples for org.springframework.boot.loader JarLauncher JarLauncher

Introduction

In this page you can find the example usage for org.springframework.boot.loader JarLauncher JarLauncher.

Prototype

public JarLauncher() 

Source Link

Usage

From source file:org.springframework.boot.loader.JarLauncher.java

public static void main(String[] args) {
    new JarLauncher().launch(args);
}