Fix typo
This commit is contained in:
parent
59a24b406a
commit
2a4ee07cb3
|
@ -58,7 +58,7 @@ import org.springframework.util.ClassUtils;
|
|||
* static imports: ClientWebRequestBuilder.*, ResponseExtractors.*
|
||||
*
|
||||
* // should be shared between HTTP calls
|
||||
* WebClient client = new WebClient(new ReactorHttpClient());
|
||||
* WebClient client = new WebClient(new ReactorClientHttpConnector());
|
||||
*
|
||||
* Mono<String> result = client
|
||||
* .perform(get("http://example.org/resource").accept(MediaType.TEXT_PLAIN))
|
||||
|
|
Loading…
Reference in New Issue