MicroProfile Config - WildFly
WildFly/Thorntail Extension for Eclipse MicroProfile Config, based on the SmallRye Config implementation.
Instructions
- Compile and install the Eclipse MicroProfile Config project.
- Compile and install this project:
mvn clean install
Project structure
- extension - WildFly Extension that provides the
microprofile-config
subsystem. It also allows to define ConfigSources that are stored in the subsystem configuration. - feature-pack - Feature pack that bundles the extension with the JBoss Modules required to run it in WildFly and Thorntail.
- dist - A distribution of WildFly with the microprofile-config extension installed (in its standalone-microprofile.xml configuration)
- config-api - Generation of Thorntail Config API that provides a Java API to manage the
microprofile-config
subsystem.