Skip to main content

Microprofile CustomConfigSource with Database

By CDI, EJB, MicroProfile Config JSR, Tutorial No Comments

With the Microprofile-Config API there is a new and easy way to deal with configuration properties in an application. The Microprofile-Config API allows you to access config and property values form different sources like: System.getProperties() (ordinal=400) System.getenv() (ordinal=300) all META-INF/microprofile-config.properties files Developers can find a good introduction into the Microprofile…

Read More