Class 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.
Since:
1.3.0
Author:
Andy Wilkinson, Marten Deinum, Stephane Nicoll
  • Constructor Details

    • H2ConsoleProperties

      public H2ConsoleProperties()
  • Method Details

    • 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()