Skip to content
Alain Joel Mouafo edited this page Feb 27, 2022 · 1 revision

Welcome to the tutos-java wiki!

Spring cloud config

In this tutorial, we experiment the spring cloud config service provided in spring cloud. The first section explore the spring cloud config server features eather based on local repository or in remote repository. In the second section, we explore how to use the config parameter set via the server application.

Server project

With local repository

With remote repository

Client project