Package dev.voidframework.h2
Class H2WebConsole
java.lang.Object
dev.voidframework.h2.H2WebConsole
H2 Web Console.
-
Constructor Summary
ConstructorsConstructorDescriptionH2WebConsole(com.typesafe.config.Config configuration) Build a new instance. -
Method Summary
-
Constructor Details
-
H2WebConsole
@Inject public H2WebConsole(com.typesafe.config.Config configuration) Build a new instance.- Parameters:
configuration- The application configuration
-
-
Method Details
-
start
Starts H2 web console.- Throws:
SQLException- If H2 web console can't be started
-
stop
public void stop()Stops H2 web console.
-