Class H2ConsoleProperties.Settings
java.lang.Object
org.springframework.boot.h2console.autoconfigure.H2ConsoleProperties.Settings
- Enclosing class:
H2ConsoleProperties
- Since:
- 4.0.0
- Author:
- Andy Wilkinson, Marten Deinum, Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringbooleanisTrace()booleanvoidsetTrace(boolean trace) voidsetWebAdminPassword(@Nullable String webAdminPassword) voidsetWebAllowOthers(boolean webAllowOthers)
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
isTrace
public boolean isTrace() -
setTrace
public void setTrace(boolean trace) -
isWebAllowOthers
public boolean isWebAllowOthers() -
setWebAllowOthers
public void setWebAllowOthers(boolean webAllowOthers) -
getWebAdminPassword
-
setWebAdminPassword
-