Jun
18
👁 Image
Read More
Microprofile CustomConfigSource with Database
By Ralph Soika CDI, EJB, MicroProfile Config JSR, Tutorial No CommentsWith 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…
