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
- Author:
- Andy Wilkinson, Marten Deinum, Stephane Nicoll
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
H2ConsoleProperties
public H2ConsoleProperties()
-
-
Method Details
-
getPath
-
setPath
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getSettings
-