public class SpringBootConfigurationHelper extends Object
files
Modifier and Type | Field and Description |
---|---|
static String |
DEV_TOOLS_REMOTE_SECRET |
static String |
DEV_TOOLS_REMOTE_SECRET_ENV |
static String |
SPRING_BOOT_ARTIFACT_ID |
static String |
SPRING_BOOT_DEVTOOLS_ARTIFACT_ID |
static String |
SPRING_BOOT_GROUP_ID |
static String |
SPRING_BOOT_MAVEN_PLUGIN_ARTIFACT_ID |
Constructor and Description |
---|
SpringBootConfigurationHelper(String springBootVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getActuatorBasePathPropertyKey() |
String |
getActuatorDefaultBasePath() |
String |
getManagementContextPathPropertyKey() |
String |
getManagementKeystorePropertyKey() |
String |
getManagementPortPropertyKey() |
String |
getServerContextPathPropertyKey() |
String |
getServerKeystorePropertyKey() |
String |
getServerPortPropertyKey() |
String |
getServletPathPropertyKey() |
public static final String SPRING_BOOT_GROUP_ID
public static final String SPRING_BOOT_ARTIFACT_ID
public static final String SPRING_BOOT_DEVTOOLS_ARTIFACT_ID
public static final String SPRING_BOOT_MAVEN_PLUGIN_ARTIFACT_ID
public static final String DEV_TOOLS_REMOTE_SECRET
public static final String DEV_TOOLS_REMOTE_SECRET_ENV
public SpringBootConfigurationHelper(String springBootVersion)
public String getManagementPortPropertyKey()
public String getServerPortPropertyKey()
public String getServerKeystorePropertyKey()
public String getManagementKeystorePropertyKey()
public String getServletPathPropertyKey()
public String getServerContextPathPropertyKey()
public String getManagementContextPathPropertyKey()
public String getActuatorBasePathPropertyKey()
public String getActuatorDefaultBasePath()
Copyright © 2020. All rights reserved.