February 2018
Intermediate to advanced
356 pages
9h 10m
English
The primary project structure is ready. We will create the project configurations in this section. To achieve this, we need to carry out the following steps:
We are using the Spring Cloud Config Server, so it is necessary to create the new file in GitHub because the Config Server will try to find the file on the repository. In our case, we are using GitHub as a repository.
The second task is necessary because the bootstrap.yaml file is processed before the application is fully ready to run. Then, during this phase, the application needs to look up the configuration file and to achieve this, the application needs ...