April 2018
Intermediate to advanced
432 pages
10h 38m
English
I created an example configuration repository, which is available on GitHub here:
https://github.com/piomin/sample-spring-cloud-config-repo.git.
I placed all of the property sources used in the first example in this chapter, which illustrated native profile support for client applications running in different discovery zones. Now, our repository holds the files visible in this list:

The Spring Cloud Config Server by default tries to clone a repository after the first HTTP resource call. If you would like to force cloning it after startup, you should set the cloneOnStart property to true. Beyond this, it is required ...