Skip to content

Spring cloud config tutorial

Alain Joel Mouafo edited this page Mar 4, 2022 · 1 revision

Introduction

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

Spring cloud config server

In this application, the mean artefacts are:

  • Repository that stored the configurations
  • Spring application that server the configurations

With local repository

With remote repository(host on github)

Spring cloud config client

This section introduce how to use configurations managed in the config server