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(Optional<String> springBootVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getActuatorBasePathPropertyKey() |
String |
getActuatorDefaultBasePath() |
String |
getManagementContextPathPropertyKey() |
String |
getManagementKeystorePropertyKey() |
Integer |
getManagementPort(Properties properties) |
String |
getManagementPortPropertyKey() |
String |
getServerContextPathPropertyKey() |
String |
getServerKeystorePropertyKey() |
Integer |
getServerPort(Properties properties) |
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 String getManagementPortPropertyKey()
public Integer getManagementPort(Properties properties)
public String getServerPortPropertyKey()
public Integer getServerPort(Properties properties)
public String getServerKeystorePropertyKey()
public String getManagementKeystorePropertyKey()
public String getServletPathPropertyKey()
public String getServerContextPathPropertyKey()
public String getManagementContextPathPropertyKey()
public String getActuatorBasePathPropertyKey()
public String getActuatorDefaultBasePath()
Copyright © 2021. All rights reserved.