Browse Source

Merge branch '6.0.x'

pull/30404/head
Stephane Nicoll 2 years ago
parent
commit
0bd0578ff9
  1. 2
      framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

2
framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
The Spring Framework provides the following choices for making calls to REST endpoints:
* xref:integration/rest-clients.adoc#rest-webclient[`WebClient`] - non-blocking, reactive client w fluent API.
* xref:integration/rest-clients.adoc#rest-webclient[`WebClient`] - non-blocking, reactive client with fluent API.
* xref:integration/rest-clients.adoc#rest-resttemplate[`RestTemplate`] - synchronous client with template method API.
* xref:integration/rest-clients.adoc#rest-http-interface[HTTP Interface] - annotated interface with generated, dynamic proxy implementation.

Loading…
Cancel
Save