The icon of the organisation
Config JDBC
Read runtime configuration from a JDBC Datasource

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.config:quarkus-config-jdbc

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.config:quarkus-config-jdbc"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.config:quarkus-config-jdbc"