MicroProfile Config2.01.41.31.21.1
MicroProfile Config
2.0
1.4
1.3
1.2
1.1
The Eclipse MicroProfile Config specification provides a unified mechanism to access configuration, providing a single view of multiple sources.
Enabling this feature
To enable the MicroProfile Config 1.2 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>mpConfig-1.2</feature>
Stable API packages provided by this feature
-
org.eclipse.microprofile.config
-
org.eclipse.microprofile.config.inject
-
org.eclipse.microprofile.config.spi