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/Greenwich.RC1/multi/multi__spring_cloud_consul.html b/Greenwich.RC1/multi/multi__spring_cloud_consul.html
index e5bea23c..ebf25ea6 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_consul.html
+++ b/Greenwich.RC1/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/Greenwich.RC1/multi/multi__spring_cloud_contract.html b/Greenwich.RC1/multi/multi__spring_cloud_contract.html
index d809814f..5d0dfba6 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_contract.html
+++ b/Greenwich.RC1/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.0.0.BUILD-SNAPSHOT
\ No newline at end of file
+Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
Greenwich.RC1
\ No newline at end of file
diff --git a/Greenwich.RC1/multi/multi__spring_cloud_contract_verifier_setup.html b/Greenwich.RC1/multi/multi__spring_cloud_contract_verifier_setup.html
index 8c663629..92da6635 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_contract_verifier_setup.html
+++ b/Greenwich.RC1/multi/multi__spring_cloud_contract_verifier_setup.html
@@ -383,7 +383,7 @@ the following options:
groupid/artifactid where gropuid is slash separated.
contractsMode: Picks the mode in which stubs will be found and registered
deleteStubsAfterTest: If set to false will not remove any downloaded
contracts from temporary directories
contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
use the current Maven ones.
contractsRepositoryUsername: The user name to be used to connect to the repo with contracts.
contractsRepositoryPassword: The password to be used to connect to the repo with contracts.
contractsRepositoryProxyHost: The proxy host to be used to connect to the repo with contracts.
contractsRepositoryProxyPort: The proxy port to be used to connect to the repo with contracts.
We cache only non-snapshot, explicitly provided versions (for example
-+ or 1.0.0.BUILD-SNAPSHOT won’t get cached). By default, this feature is turned on.
88.2.8 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
++ or Greenwich.RC1 won’t get cached). By default, this feature is turned on.
88.2.8 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
endpoint, which should be verified.
package org.mycompany.tests
diff --git a/Greenwich.RC1/multi/multi__spring_cloud_gateway.html b/Greenwich.RC1/multi/multi__spring_cloud_gateway.html
index 33792b62..2f15227d 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_gateway.html
+++ b/Greenwich.RC1/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/Greenwich.RC1/multi/multi__spring_cloud_netflix.html b/Greenwich.RC1/multi/multi__spring_cloud_netflix.html
index c7c77155..6981842a 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_netflix.html
+++ b/Greenwich.RC1/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/Greenwich.RC1/multi/multi__spring_cloud_openfeign.html b/Greenwich.RC1/multi/multi__spring_cloud_openfeign.html
index 0a4d04b7..b51516aa 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_openfeign.html
+++ b/Greenwich.RC1/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/Greenwich.RC1/multi/multi__spring_cloud_sleuth.html b/Greenwich.RC1/multi/multi__spring_cloud_sleuth.html
index 9b2ac570..572a572c 100644
--- a/Greenwich.RC1/multi/multi__spring_cloud_sleuth.html
+++ b/Greenwich.RC1/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
Greenwich.RC1
\ No newline at end of file
diff --git a/Greenwich.RC1/multi/multi_pr01.html b/Greenwich.RC1/multi/multi_pr01.html
index 1fe10e8e..24cbdd20 100644
--- a/Greenwich.RC1/multi/multi_pr01.html
+++ b/Greenwich.RC1/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.