Created
August 18, 2017 10:14
-
-
Save vanakenm/87b729fbf78ec52ca4c5da7856c62584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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