@ConfigurationProperties(prefix="spring.h2.console")
public class H2ConsoleProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
H2ConsoleProperties.Settings |
| Constructor and Description |
|---|
H2ConsoleProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled() |
java.lang.String |
getPath() |
H2ConsoleProperties.Settings |
getSettings() |
void |
setEnabled(boolean enabled) |
void |
setPath(java.lang.String path) |
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean getEnabled()
public void setEnabled(boolean enabled)
public H2ConsoleProperties.Settings getSettings()