类 H2ConsoleProperties.Settings
java.lang.Object
org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- 封闭类:
H2ConsoleProperties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
isTrace()
boolean
void
setTrace
(boolean trace) void
setWebAdminPassword
(String webAdminPassword) void
setWebAllowOthers
(boolean webAllowOthers)
-
构造器详细资料
-
Settings
public Settings()
-
-
方法详细资料
-
isTrace
public boolean isTrace() -
setTrace
public void setTrace(boolean trace) -
isWebAllowOthers
public boolean isWebAllowOthers() -
setWebAllowOthers
public void setWebAllowOthers(boolean webAllowOthers) -
getWebAdminPassword
-
setWebAdminPassword
-