
In the era of Microservices it is essential to be able to externalize and inject both static and dynamic configuration properties for your services. As a matter of fact, Microservices are designed to be moved across different environments, therefore it is essential to have a portable externalization of their configuration.
with this tutorial, you will learn how to use the MicroProfile Configuration API to configure Microservices running on top of the WildFly Application Server.