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.
2 parents 6fba477 + 01cf524 commit c8bd30cCopy full SHA for c8bd30c
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