Package io.jmix.core

Class H2ConsoleProperties

java.lang.Object
io.jmix.core.H2ConsoleProperties

@ConfigurationProperties(prefix="spring.h2.console") public class H2ConsoleProperties extends Object
Manages H2 console properties.
  • Constructor Details

    • H2ConsoleProperties

      public H2ConsoleProperties(boolean enabled, @DefaultValue("/h2-console") String path)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getPath

      public String getPath()