Skip to content

Instantly share code, notes, and snippets.

@vanakenm
Created August 18, 2017 10:14
Show Gist options
  • Save vanakenm/87b729fbf78ec52ca4c5da7856c62584 to your computer and use it in GitHub Desktop.
Save vanakenm/87b729fbf78ec52ca4c5da7856c62584 to your computer and use it in GitHub Desktop.
connection.dialect = org.hibernate.dialect.H2Dialect
connection.driver_class = org.h2.Driver
connection.url = jdbc:h2:./database/dhis2;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE
connection.username = sa
connection.password =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment