Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments.
+
Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments.
The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language.
As an application moves through the deployment pipeline from dev to test and into production, you can manage the configuration between those environments and be certain that applications have everything they need to run when they migrate.
The default implementation of the server storage backend uses git, so it easily supports labelled versions of configuration environments as well as being accessible to a wide range of tooling for managing the content.
diff --git a/Finchley.RC2/multi/multi__spring_cloud_consul.html b/Finchley.RC2/multi/multi__spring_cloud_consul.html
index b9798584..bbaca2d2 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_consul.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_consul.html
@@ -1,6 +1,6 @@
This project provides Consul integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed systems with Consul based components. The
diff --git a/Finchley.RC2/multi/multi__spring_cloud_contract.html b/Finchley.RC2/multi/multi__spring_cloud_contract.html
index 878f08e5..212692a1 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_contract.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_contract.html
@@ -1,4 +1,4 @@
Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak,
-Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
1.3.5.BUILD-SNAPSHOT
\ No newline at end of file
+Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
Finchley.RC2
\ No newline at end of file
diff --git a/Finchley.RC2/multi/multi__spring_cloud_gateway.html b/Finchley.RC2/multi/multi__spring_cloud_gateway.html
index f24ab71d..1491361f 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_gateway.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_gateway.html
@@ -1,3 +1,3 @@
- Part XV. Spring Cloud Gateway
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
\ No newline at end of file
+ Part XV. Spring Cloud Gateway
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
\ No newline at end of file
diff --git a/Finchley.RC2/multi/multi__spring_cloud_netflix.html b/Finchley.RC2/multi/multi__spring_cloud_netflix.html
index 874cb141..d7f1db55 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_netflix.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_netflix.html
@@ -1,6 +1,6 @@
- Part III. Spring Cloud Netflix
This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed systems with battle-tested Netflix components. The
diff --git a/Finchley.RC2/multi/multi__spring_cloud_openfeign.html b/Finchley.RC2/multi/multi__spring_cloud_openfeign.html
index 165b6b55..efde4299 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_openfeign.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_openfeign.html
@@ -1,4 +1,4 @@
This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms.
\ No newline at end of file
diff --git a/Finchley.RC2/multi/multi__spring_cloud_sleuth.html b/Finchley.RC2/multi/multi__spring_cloud_sleuth.html
index 910ab250..b99bb682 100644
--- a/Finchley.RC2/multi/multi__spring_cloud_sleuth.html
+++ b/Finchley.RC2/multi/multi__spring_cloud_sleuth.html
@@ -1,3 +1,3 @@
- Part VIII. Spring Cloud Sleuth
Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
Finchley.RC2
\ No newline at end of file
diff --git a/Finchley.RC2/multi/multi_pr01.html b/Finchley.RC2/multi/multi_pr01.html
index c1944f54..e61ed497 100644
--- a/Finchley.RC2/multi/multi_pr01.html
+++ b/Finchley.RC2/multi/multi_pr01.html
@@ -8,4 +8,4 @@ distributed systems leads to boiler plate patterns, and using Spring
Cloud developers can quickly stand up services and applications that
implement those patterns. They will work well in any distributed
environment, including the developer’s own laptop, bare metal data
-centres, and managed platforms such as Cloud Foundry.