Polish WebFlux.fn documentation

Closes gh-11576
This commit is contained in:
Stephane Nicoll 2018-01-09 09:58:27 +01:00
parent 43e34262c3
commit 1b1852d5c8
1 changed files with 4 additions and 1 deletions

View File

@ -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.