tabase-rider.quarkus-postgres-sample.1.23.1.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-postgres-sample Show documentation
Show all versions of quarkus-postgres-sample Show documentation
This sample project was created by Alexei Bratuhin(@coiouhkc github user) as a reproducer for issue #253
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres
quarkus.datasource.db-kind=postgresql
quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQL10Dialect
quarkus.datasource.username=postgres
quarkus.datasource.password=postgres
© 2015 - 2025 Weber Informatics LLC | Privacy Policy