类 H2ConsoleProperties
java.lang.Object
org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
@ConfigurationProperties(prefix="spring.h2.console")
public class H2ConsoleProperties
extends Object
Configuration properties for H2's console.
- 从以下版本开始:
- 1.3.0
- 作者:
- Andy Wilkinson, Marten Deinum, Stephane Nicoll
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
H2ConsoleProperties
public H2ConsoleProperties()
-
-
方法详细资料
-
getPath
-
setPath
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getSettings
-