Polishing
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
:doc-spring-security: {docs-site}/spring-security/reference
|
||||
|
||||
Spring Web MVC is the original web framework built on the Servlet API and has been included
|
||||
in the Spring Framework from the very beginning. The formal name, "`Spring Web MVC,`"
|
||||
in the Spring Framework from the very beginning. The formal name, "Spring Web MVC,"
|
||||
comes from the name of its source module
|
||||
({spring-framework-main-code}/spring-webmvc[`spring-webmvc`]),
|
||||
but it is more commonly known as "`Spring MVC`".
|
||||
but it is more commonly known as "Spring MVC".
|
||||
|
||||
Parallel to Spring Web MVC, Spring Framework 5.0 introduced a reactive-stack web framework
|
||||
whose name, "`Spring WebFlux,`" is also based on its source module
|
||||
whose name, "Spring WebFlux," is also based on its source module
|
||||
({spring-framework-main-code}/spring-webflux[`spring-webflux`]).
|
||||
This section covers Spring Web MVC. The <<web-reactive.adoc#spring-web-reactive, next section>>
|
||||
This chapter covers Spring Web MVC. The <<web-reactive.adoc#spring-web-reactive, next chapter>>
|
||||
covers Spring WebFlux.
|
||||
|
||||
For baseline information and compatibility with Servlet container and Jakarta EE version
|
||||
|
||||
Reference in New Issue
Block a user