Fix additional WebFlux-related links

See gh-31632
This commit is contained in:
Sam Brannen
2023-11-20 16:22:35 +01:00
parent f02e231406
commit 4b5cb5fa2e
3 changed files with 7 additions and 13 deletions

View File

@@ -13,13 +13,10 @@ 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
({spring-framework-main-code}/spring-webflux[`spring-webflux`]).
This chapter covers Spring Web MVC. The xref:web/webflux.adoc[next chapter]
covers Spring WebFlux.
This chapter covers Spring Web MVC. For reactive-stack web applications, see
xref:web-reactive.adoc[Web on Reactive Stack].
For baseline information and compatibility with Servlet container and Jakarta EE version
ranges, see the Spring Framework
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions[Wiki].