Skip to content

julio-rocha-coderoad-com/microprofile-config-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microprofile-config-example

This project defines a Web app that uses the Eclipse Microprofile Config API to read its configuration.

It is deployed in WildFly and uses its microprofile-config Susbystem extension.

The Web app uses CDI to inject the configuration:

@Inject
Config config;

Instructions

To run the example, you need:

mvn clean package deploy

They include:

About

Web app example using the Eclipse Microprofile Config API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.2%
  • HTML 25.8%