Update introduction to Spring Web MVC

Issue: SPR-15149
This commit is contained in:
Rossen Stoyanchev
2017-08-17 21:57:29 +02:00
parent 11ac87099a
commit 10dcaa9bf6
4 changed files with 146 additions and 302 deletions

View File

@@ -11,7 +11,7 @@ or on a reactive stack (Reactive Streams API + non-blocking runtime).
The first few chapters cover the Servlet-based <<mvc,Spring MVC>> web framework
including <<view,Views>>, <<cors,CORS>>, and <<websocket,WebSocket>> support.
Subsequent chapters cover the <<webflux,Spring WebFlux>> reactive web framework
including its <<webflux-fn,WebFlux.fn>> functional programming model.
including its <<webflux-fn,functional programming model>>.
include::web/web-mvc.adoc[leveloffset=+1]