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.SR1/multi/multi__spring_cloud_consul.html b/Finchley.SR1/multi/multi__spring_cloud_consul.html
index accfffe0..4b917865 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_consul.html
+++ b/Finchley.SR1/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.SR1/multi/multi__spring_cloud_contract.html b/Finchley.SR1/multi/multi__spring_cloud_contract.html
index f17e1060..c47835c8 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_contract.html
+++ b/Finchley.SR1/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.SR1
\ No newline at end of file
diff --git a/Finchley.SR1/multi/multi__spring_cloud_gateway.html b/Finchley.SR1/multi/multi__spring_cloud_gateway.html
index e30bd504..cf7743c5 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_gateway.html
+++ b/Finchley.SR1/multi/multi__spring_cloud_gateway.html
@@ -1,3 +1,3 @@
- Part XVI. 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 XVI. 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.SR1/multi/multi__spring_cloud_netflix.html b/Finchley.SR1/multi/multi__spring_cloud_netflix.html
index 874cb141..f1d985a8 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_netflix.html
+++ b/Finchley.SR1/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.SR1/multi/multi__spring_cloud_openfeign.html b/Finchley.SR1/multi/multi__spring_cloud_openfeign.html
index 21e30e81..4688f384 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_openfeign.html
+++ b/Finchley.SR1/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.SR1/multi/multi__spring_cloud_sleuth.html b/Finchley.SR1/multi/multi__spring_cloud_sleuth.html
index 41ab3dbe..520ee16b 100644
--- a/Finchley.SR1/multi/multi__spring_cloud_sleuth.html
+++ b/Finchley.SR1/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.SR1
\ No newline at end of file
diff --git a/Finchley.SR1/multi/multi_pr01.html b/Finchley.SR1/multi/multi_pr01.html
index c1944f54..9427daf5 100644
--- a/Finchley.SR1/multi/multi_pr01.html
+++ b/Finchley.SR1/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.