-
Notifications
You must be signed in to change notification settings - Fork 0
Spring cloud config tutorial
Alain Joel Mouafo edited this page Mar 4, 2022
·
1 revision
In the spring cloud application architecture, centralising configuration is on of the best practice. In this guide, we introduce spring cloud config feature that helps to create flexible microservice application based on spring cloud/spring boot
In this application, the mean artefacts are:
- Repository that stored the configurations
- Spring application that server the configurations
This section introduce how to use configurations managed in the config server