Merge branch '1.5.x'
This commit is contained in:
commit
14d58b49dd
|
|
@ -4461,7 +4461,7 @@ configure a `RestTemplate`. For example, to add BASIC auth support you can use
|
||||||
[[boot-features-restclient-customization]]
|
[[boot-features-restclient-customization]]
|
||||||
=== RestTemplate customization
|
=== RestTemplate customization
|
||||||
There are three main approaches to `RestTemplate` customization, depending on how broadly
|
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
|
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
|
`RestTemplateBuilder` and then calls its methods as required. Each method call returns a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue