Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created November 26, 2019 19:24
Show Gist options
  • Save thiago-vieira/934739b527c6a31aa7cbab5dfc0e5d7c to your computer and use it in GitHub Desktop.
Save thiago-vieira/934739b527c6a31aa7cbab5dfc0e5d7c to your computer and use it in GitHub Desktop.
H2 database consoles
# webconsole
java -jar ~/wso2am/3.0.0/repository/components/tools/forget-me/lib/h2-1.4.199.jar
# command line console
java -cp ~/wso2am/3.0.0/repository/components/tools/forget-me/lib/h2-1.4.199.jar org.h2.tools.Shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment