Class H2ConsoleProperties.Settings
java.lang.Object
org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- Enclosing class:
- H2ConsoleProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isTrace()
boolean
void
setTrace
(boolean trace) void
setWebAdminPassword
(String webAdminPassword) void
setWebAllowOthers
(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
-