Example usage for org.springframework.boot.loader ExecutableArchiveLauncher subclass-usage

List of usage examples for org.springframework.boot.loader ExecutableArchiveLauncher subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.loader ExecutableArchiveLauncher subclass-usage.

Usage

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

/**
 * {@link Launcher} for JAR based archives. This launcher assumes that dependency jars are
 * included inside a {@code /lib} directory.
 *
 * @author Phillip Webb
 */