Spring Boot 3.0系列【23】应用篇之集成Spring WebFlux
有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot版本3.0.4
源码地址:https://gitee.com/pearl-organization/study-spring-boot3
文章目录
-
- 简介
- VS Spring MVC
- 入门案例
- Spring Boot 支持
简介
官方文档地址
Spring MVC
是Spring
专门为Servlet API
和 Servlet
容器而设计的Web
框架, 在5.0
版本中加入了基于响应式的 Web
框架 Spring WebFlux
,它是完全非阻塞的,支持Reactive Streams
背压,并支持在 Netty、Undertow
和Servlet
容器上运行。</