Class H2ConsoleProperties.Settings
- java.lang.Object
- org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- Enclosing class:
- H2ConsoleProperties
public static class H2ConsoleProperties.Settings extends Object
Constructor Summary
Constructors Constructor Description Settings()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTrace()booleanisWebAllowOthers()voidsetTrace(boolean trace)voidsetWebAllowOthers(boolean webAllowOthers)
Constructor Detail
Settings
public Settings()
Method Detail
isTrace
public boolean isTrace()
setTrace
public void setTrace(boolean trace)
isWebAllowOthers
public boolean isWebAllowOthers()
setWebAllowOthers
public void setWebAllowOthers(boolean webAllowOthers)