public class SpringBootUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOT_JAR_EXPRESSION |
static String |
BOOT_START_CLASS_ATTRIBUTE |
static String |
BOOT_VERSION_ATTRIBUTE |
| Constructor and Description |
|---|
SpringBootUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSpringBootUberJar(File artifact)
Check whether the given artifact is a Spring Boot Uber JAR
|
public static final String BOOT_VERSION_ATTRIBUTE
public static final String BOOT_START_CLASS_ATTRIBUTE
public static final String BOOT_JAR_EXPRESSION
public static boolean isSpringBootUberJar(File artifact)
artifact - Copyright © 2018 the original author or authors.