Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The spring cloud config server reads its values from file system (possibly on one central location). It is possible to stop using files on the filesystem, and read property files out of Git. This has advantages also the properties are version managed using a standard approach.
To be able to do this, these change have to be made:

...