vertx-config icon indicating copy to clipboard operation
vertx-config copied to clipboard

Vert.x Configuration Service

= Vert.x Config

image:https://github.com/vert-x3/vertx-config/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-config/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-config/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-config/actions/workflows/ci-4.x.yml"]

Vert.x Config provide an extensible way to configure Vert.x applications:

  • retrieve configuration from anywhere (file, directory, HTTP location, Git repository, Zookeeper...)
  • write your configuration in any format (properties, json, yaml, hocon...)