Skip to content

Instantly share code, notes, and snippets.

@mtrojahn
Created September 6, 2019 03:16
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 mtrojahn/75ea708eea4d749c31cf1a3c967c3f41 to your computer and use it in GitHub Desktop.
Save mtrojahn/75ea708eea4d749c31cf1a3c967c3f41 to your computer and use it in GitHub Desktop.
ebean.packages=com.marcelustrojahn.models
ebean.db.ddl.generate=true
ebean.db.ddl.run=true
datasource.db.username=sa
datasource.db.password=
datasource.db.databaseUrl=jdbc:h2:file:~/monies_db_test;AUTO_SERVER=true
datasource.db.databaseDriver=org.h2.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment