Closes gh-30473
This commit is contained in:
Stephane Nicoll 2023-05-11 16:35:20 +02:00
parent 7066dc4ba7
commit a9b94241af
1 changed files with 1 additions and 1 deletions

View File

@ -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.