Proper WebFlux reference and MVC reference updates
Pending -- WebSocket, WebTestClient, more details around annotation processing, exception handling, and view resolution. Issue: SPR-15149, SPR-16009
This commit is contained in:
15
src/docs/asciidoc/web-reactive.adoc
Normal file
15
src/docs/asciidoc/web-reactive.adoc
Normal file
@@ -0,0 +1,15 @@
|
||||
[[spring-web-reactive]]
|
||||
= Web on Reactive Stack
|
||||
:doc-root: https://docs.spring.io
|
||||
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
||||
:toc: left
|
||||
:toclevels: 4
|
||||
:docinfo1:
|
||||
|
||||
This part of the documentation covers support for reactive stack, web applications built on a
|
||||
http://www.reactive-streams.org/[Reactive Streams] API to run on top of non-blocking
|
||||
servers such as Netty, Undertow, and Servlet 3.1+ containers. Individual chapters cover
|
||||
<<webflux-module, Spring WebFlux>> and its <<webflux-fn,functional programming model>>.
|
||||
For Servlet stack, web applications, to go <<web.adoc#spring-web,Web on Servlet Stack>>.
|
||||
|
||||
include::web/webflux.adoc[leveloffset=+1]
|
||||
Reference in New Issue
Block a user