Fix NoHttp violation
This commit is contained in:
parent
90268de9c0
commit
331b14bb0b
|
@ -664,7 +664,7 @@ public interface WebClient {
|
|||
* downstream, for example:
|
||||
* <pre class="code">
|
||||
* webClient.get()
|
||||
* .uri("http://abc.com/account/123")
|
||||
* .uri("https://abc.com/account/123")
|
||||
* .retrieve()
|
||||
* .bodyToMono(Account.class)
|
||||
* .onErrorResume(WebClientResponseException.class,
|
||||
|
|
Loading…
Reference in New Issue