All Downloads are FREE. Search and download functionalities are using the official Maven repository.

anorm.codegen-maven-plugin.1.2.source-code.tp-test-ebean.properties Maven / Gradle / Ivy

The newest version!

## when running tests use H2 and create a new DB

ebean.ddl.generate=true
ebean.ddl.run=true
ebean.ddl.createOnly=true

datasource.default=db

datasource.db.username=sa
datasource.db.password=
datasource.db.databaseUrl=jdbc:h2:mem:tests
datasource.db.databaseDriver=org.h2.Driver


#ebean.docstore.url=http://127.0.0.1:9200
#ebean.docstore.active=true
#ebean.docstore.generateMapping=true
#ebean.docstore.dropCreate=true
#ebean.docstore.create=true






© 2015 - 2024 Weber Informatics LLC | Privacy Policy