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

s.ebean-init.1.3.source-code.tp-application.yml Maven / Gradle / Ivy

There is a newer version: 1.12
Show newest version

datasource:
  db:
    username: sa
    password: sa
    url: jdbc:h2:mem:myapp
    driver: org.h2.Driver

#  db:
#    username: myapp
#    password: ${db.password:fred}
#    url: jdbc:postgresql://localhost:6432/myapp
#    driver: org.postgresql.Driver

#ebean:
#  migration:
#   run: true
#
#  docstore:
#    url: http://127.0.0.1:9200
#    active: true





© 2015 - 2025 Weber Informatics LLC | Privacy Policy