We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba477 commit 01cf524Copy full SHA for 01cf524
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -5616,7 +5616,7 @@ The following code shows a typical example:
5616
}
5617
5618
public Mono<Details> someRestCall(String name) {
5619
- return this.webClient.get().url("/{name}/details", name)
+ return this.webClient.get().uri("/{name}/details", name)
5620
.retrieve().bodyToMono(Details.class);
5621
5622
0 commit comments