Externalizing configuration for Java microservices using Eclipse MicroProfile Config
Learn how to provide external configuration to microservices using MicroProfile Config. Discover how to inject static and dynamic configuration properties for microservices. Enhance your inventory service by simulating service maintenance with configuration properties.
At a Glance
Learn how to provide external configuration to microservices using MicroProfile Config.
You will learn how to externalize and inject both static and dynamic configuration properties for microservices using MicroProfile Config.
The application that you will be working with is an inventory service which stores the information about various JVMs running on different hosts. Whenever a request is made to the inventory service to retrieve the JVM system properties of a particular host, the inventory service will communicate with the system service on that host to get these system properties. You will add configuration properties to simulate if a service is down for maintenance.
User Reviews
Be the first to review “Externalizing configuration for Java microservices using Eclipse MicroProfile Config”
You must be logged in to post a review.


There are no reviews yet.