public final class CasEmbeddedContainerUtils
extends java.lang.Object
CasEmbeddedContainerUtils.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EMBEDDED_CONTAINER_CONFIG_ACTIVE
Property to dictate to the environment whether embedded container is running CAS.
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.boot.Banner |
getCasBannerInstance()
Gets cas banner instance.
|
static java.util.Map<java.lang.String,java.lang.Object> |
getRuntimeProperties(java.lang.Boolean embeddedContainerActive)
Gets runtime properties.
|
public static final java.lang.String EMBEDDED_CONTAINER_CONFIG_ACTIVE
public static java.util.Map<java.lang.String,java.lang.Object> getRuntimeProperties(java.lang.Boolean embeddedContainerActive)
embeddedContainerActive - the embedded container activepublic static org.springframework.boot.Banner getCasBannerInstance()