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

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

There is a newer version: 5.5.5
Show newest version
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