Commit 1b1852d5 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish WebFlux.fn documentation

Closes gh-11576
parent 43e34262
......@@ -2390,7 +2390,10 @@ actual handling of the requests, as shown in the following example:
----
WebFlux is part of the Spring Framework. and detailed information is available in its
{spring-reference}web.html#web-reactive[reference documentation].
{spring-reference}web-reactive.html#webflux-fn[reference documentation].
TIP: You can define as many `RouterFunction` beans as you like to modularize the
definition of the router. Beans can be ordered if you need to apply a precedence.
To get started, add the `spring-boot-starter-webflux` module to your application.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment