Skip to content

Commit 6597551

Browse files
committed
WebClient content included in WebFlux section only
Before this commit WebClient documentation was also included from the Integration section where the RestTemplate is documented. That is convenient but results in duplicate content under different URLs. This commit removes the include from the Integration section and leaves
1 parent 3eebdb3 commit 6597551

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -953,9 +953,9 @@ The Spring Framework offers two choices for client-side access to REST endpoints
953953
* <<rest-resttemplate>> -- the original Spring REST client with an API similar to other
954954
template classes in Spring, such as `JdbcTemplate`, `JmsTemplate` and others. The
955955
`RestTemplate` is built for synchronous use with the blocking I/O.
956-
* <<webflux-client,WebClient>> -- reactive client with a functional,
957-
fluent API. It is built on a non-blocking foundation for async and sync scenarios and
958-
supports Reactive Streams back pressure.
956+
* <<web-reactive.adoc#webflux-client,WebClient>> -- reactive client with a functional,
957+
fluent API from the `spring-webflux` module. It is built on a non-blocking foundation
958+
for async and sync scenarios and supports Reactive Streams back pressure.
959959

960960

961961
[[rest-resttemplate]]
@@ -1348,10 +1348,6 @@ Please use the <<web-reactive.adoc#webflux-client,WebClient>> instead.
13481348

13491349

13501350

1351-
include::web/webflux-webclient.adoc[leveloffset=+3]
1352-
1353-
1354-
13551351
[[ejb]]
13561352
== Enterprise JavaBeans (EJB) integration
13571353

0 commit comments

Comments
 (0)