Skip to main content
Welcome to

MicroProfile Blog

Become a Microprofile Author

Are you a MicroProfile Speaker?

Your session needs MP media coverage!  Submit a github issue by filling in all the required information & we will do our best to push your session to the MicroProfile Community.

Microprofile CustomConfigSource with Database

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

Database Enabled Microservices with Tomee and MicroProfile

https://dev.to/geefygeorge/database-enabled-microservices-with-tomee-and-microprofile-1afb Creating database enabled Microservices with Tomee and MicroProfile is a fairly straightforward task. In this five (5) minutes article, I’m going to highlight the key points you, as a developer out to consider. Disclosure, we’ll be looking at code, however this isn’t a step-by-step tutorial.

Read More