Microprofile Config Extensions :: Example

A basic Example of these extensions

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext.config-ext
ArtifactId

ArtifactId

config-example
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

war
Description

Description

Microprofile Config Extensions :: Example
A basic Example of these extensions

Download config-example

How to add to project

<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/ -->
<dependency>
    <groupId>org.microprofile-ext.config-ext</groupId>
    <artifactId>config-example</artifactId>
    <version>2.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation 'org.microprofile-ext.config-ext:config-example:2.0.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation ("org.microprofile-ext.config-ext:config-example:2.0.0")
'org.microprofile-ext.config-ext:config-example:war:2.0.0'
<dependency org="org.microprofile-ext.config-ext" name="config-example" rev="2.0.0">
  <artifact name="config-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='config-example', version='2.0.0')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "config-example" % "2.0.0"
[org.microprofile-ext.config-ext/config-example "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.microprofile-ext.config-ext : configsource-memory jar 2.0.0

provided (2)

Group / Artifact Type Version
org.eclipse.microprofile : microprofile pom 4.0.1
org.projectlombok : lombok jar 1.18.18

runtime (5)

Group / Artifact Type Version
org.microprofile-ext.config-ext : configsource-yaml jar 2.0.0
org.microprofile-ext.config-ext : configsource-json jar 2.0.0
org.microprofile-ext.config-ext : configsource-xml jar 2.0.0
org.microprofile-ext.config-ext : configsource-properties jar 2.0.0
org.microprofile-ext.openapi-ext : swagger-ui jar 1.0.3

test (6)

Group / Artifact Type Version
org.jboss.weld : weld-core-impl jar 2.4.8.Final
org.jboss.arquillian.container : arquillian-weld-embedded jar 2.0.1.Final
org.jboss.arquillian.junit : arquillian-junit-container jar
junit : junit jar 4.13.2
org.apache.geronimo.config : geronimo-config-impl jar 1.2.2
org.assertj : assertj-core jar 3.19.0

Project Modules

There are no modules declared in this project.

Extensions for MicroProfile

Config Extensions

License


Here you will find some extra Config sources, Config converters and some utils for MicroProfile Config API.

Config Sources

Config utils

Config Converters

Example

Also look at the example application to see how this is used

org.microprofile-ext.config-ext

Extensions for MicroProfile

Some extensions for MicroProfile

Versions

Version
2.0.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2