Skip to content

Instantly share code, notes, and snippets.

@michal-lipski
Created July 4, 2013 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michal-lipski/5927367 to your computer and use it in GitHub Desktop.
Save michal-lipski/5927367 to your computer and use it in GitHub Desktop.
Start h2 database web server on memory db
org.h2.tools.Server.startWebServer(new JdbcConnection("jdbc:h2:mem:msp",new Properties()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment