Create application.properties

This commit is contained in:
josephine-barboza
2018-09-28 06:20:58 +05:30
committed by GitHub
parent 8b8e3f2650
commit 9fcc873f63

View File

@@ -0,0 +1,7 @@
ebean.db.ddl.generate=true
ebean.db.ddl.run=true
datasource.db.username=sa
datasource.db.password=
datasource.db.databaseUrl=jdbc:h2:mem:customer
datasource.db.databaseDriver=org.h2.Driver