Spring WebFlux

官方地址:https://docs.spring.io/spring-framework/reference/web/webflux.html

Spring 框架中包含的原始 Web 框架 Spring Web MVC 是专门为 Servlet API 和 Servlet 容器构建的。响应式堆栈 Web 框架 Spring WebFlux 是在 5.0 版本中添加的。它完全非阻塞,支持 Reactive Streams背压,运行在Netty、Undertow、Servlet容器等服务器上。

作者:Jeebiz  创建时间:2023-08-12 13:05
最后编辑:Jeebiz  更新时间:2024-07-06 19:00