Browse Source

Merge branch '1.4.x' into 1.5.x

pull/6613/head
Andy Wilkinson 9 years ago
parent
commit
8b631390ba
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -4491,7 +4491,7 @@ configure a `RestTemplate`. For example, to add BASIC auth support you can use @@ -4491,7 +4491,7 @@ configure a `RestTemplate`. For example, to add BASIC auth support you can use
[[boot-features-restclient-customization]]
=== RestTemplate customization
There are three main approaches to `RestTemplate` customization, depending on how broadly
to want the customizations to apply.
you want the customizations to apply.
To make the scope of any customizations as narrow as possible, inject the auto-configured
`RestTemplateBuilder` and then calls its methods as required. Each method call returns a

Loading…
Cancel
Save