Class H2ConsoleProperties
java.lang.Object
org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
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
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getSettings
-