public class SpringBootConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringBootConfiguration.SpringBootConfigurationBuilder |
| Modifier and Type | Method and Description |
|---|---|
static SpringBootConfiguration.SpringBootConfigurationBuilder |
builder() |
static SpringBootConfiguration |
from(JavaProject project) |
String |
getActuatorBasePath() |
String |
getActuatorDefaultBasePath() |
String |
getManagementContextPath() |
String |
getManagementKeystore() |
Integer |
getManagementPort() |
String |
getServerContextPath() |
String |
getServerKeystore() |
Integer |
getServerPort() |
String |
getServletPath() |
public static SpringBootConfiguration from(JavaProject project)
public static SpringBootConfiguration.SpringBootConfigurationBuilder builder()
public Integer getManagementPort()
public Integer getServerPort()
public String getServerKeystore()
public String getManagementKeystore()
public String getServletPath()
public String getServerContextPath()
public String getManagementContextPath()
public String getActuatorBasePath()
public String getActuatorDefaultBasePath()
Copyright © 2024. All rights reserved.