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

rapidoid-commons.5.5.1.source-code.built-in-config-postgres.yml Maven / Gradle / Ivy

jdbc:
  driver: org.postgresql.Driver
  url: jdbc:postgresql://${jdbc.host}:${jdbc.port}/?${jdbc.options}
  username: postgres
  password: postgres
  port: 5432
  options: loglevel=1

hibernate:
  dialect: org.hibernate.dialect.PostgreSQL9Dialect




© 2015 - 2024 Weber Informatics LLC | Privacy Policy