Browse Source

Merge branch '2.1.x'

pull/572/head
Olga Maciaszek-Sharma 6 years ago
parent
commit
35876c0d05
  1. 2
      README.adoc
  2. 2
      docs/src/main/asciidoc/spring-cloud-commons.adoc

2
README.adoc

@ -61,7 +61,7 @@ credentials and you already have those. @@ -61,7 +61,7 @@ credentials and you already have those.
The projects that require middleware generally include a
`docker-compose.yml`, so consider using
https://compose.docker.io/[Docker Compose] to run the middeware servers
https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
in Docker containers. See the README in the
https://github.com/spring-cloud-samples/scripts[scripts demo
repository] for specific instructions about the common cases of mongo,

2
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -365,7 +365,7 @@ Individual applications must create it. @@ -365,7 +365,7 @@ Individual applications must create it.
The URI needs to use a virtual host name (that is, a service name, not a host name).
The Ribbon client is used to create a full physical address.
See {githubroot}/spring-cloud-netflix/blob/master/spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/ribbon/RibbonAutoConfiguration.java[RibbonAutoConfiguration] for details of how the `RestTemplate` is set up.
See {githubroot}/spring-cloud-netflix/blob/master/spring-cloud-netflix-ribbon/src/main/java/org/springframework/cloud/netflix/ribbon/RibbonAutoConfiguration.java[RibbonAutoConfiguration] for details of how the `RestTemplate` is set up.
=== Spring WebClient as a Load Balancer Client

Loading…
Cancel
Save