Class H2ConsoleProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
@ConfigurationProperties(prefix="spring.h2.console") public class H2ConsoleProperties extends Object
Configuration properties for H2's console.- Since:
- 1.3.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classH2ConsoleProperties.Settings
Constructor Summary
Constructors Constructor Description H2ConsoleProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnabled()StringgetPath()H2ConsoleProperties.SettingsgetSettings()voidsetEnabled(boolean enabled)voidsetPath(String path)
Constructor Detail
H2ConsoleProperties
public H2ConsoleProperties()
Method Detail
getEnabled
public boolean getEnabled()
setEnabled
public void setEnabled(boolean enabled)
getSettings
public H2ConsoleProperties.Settings getSettings()