Skip to content

Commit 1b1852d

Browse files
committed
Polish WebFlux.fn documentation
Closes gh-11576
1 parent 43e3426 commit 1b1852d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,10 @@ actual handling of the requests, as shown in the following example:
23902390
----
23912391

23922392
WebFlux is part of the Spring Framework. and detailed information is available in its
2393-
{spring-reference}web.html#web-reactive[reference documentation].
2393+
{spring-reference}web-reactive.html#webflux-fn[reference documentation].
2394+
2395+
TIP: You can define as many `RouterFunction` beans as you like to modularize the
2396+
definition of the router. Beans can be ordered if you need to apply a precedence.
23942397

23952398
To get started, add the `spring-boot-starter-webflux` module to your application.
23962399

0 commit comments

Comments
 (0)