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

blaze-persistence-examples-quarkus-testsuite-native-postgresql.1.6.12.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.6.14
Show newest version
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=postgres
quarkus.datasource.password=postgres
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/test

quarkus.hibernate-orm.database.generation=drop-and-create
quarkus.hibernate-orm.log.sql=false

quarkus.native.native-image-xmx=4g




© 2015 - 2024 Weber Informatics LLC | Privacy Policy