类 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

      public String getPath()
    • setPath

      public void setPath(String path)
    • getEnabled

      public boolean getEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getSettings

      public H2ConsoleProperties.Settings getSettings()