@ConfigurationProperties(prefix="spring.h2.console") public class H2ConsoleProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
H2ConsoleProperties.Settings |
Constructor and Description |
---|
H2ConsoleProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled() |
String |
getPath() |
H2ConsoleProperties.Settings |
getSettings() |
void |
setEnabled(boolean enabled) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public boolean getEnabled()
public void setEnabled(boolean enabled)
public H2ConsoleProperties.Settings getSettings()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.