- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 199字
- 2021-06-24 19:17:26
Spring WebFlux
A new module introduced in Spring 5.0, Spring WebFlux, can be used to implement web applications built with Reactive Streams. These systems have nonblocking characteristics and are deployed in servers built on top of Netty, such as Undertown and servlet containers that support + 3.1.
This module supports annotations based on Spring MVC modules, such as @GetMapping, @PostMapping, and others. This is an important feature that enables us to migrate to this new version. Of course, some adjustments are necessary, such as adding Reactor classes (Mono or Flux).
This module meets the modern web requirements to handle a lot of concurrent channels where the thread-per-request model is not an option.
We will learn about this module in Chapter 3, Adding Persistence with Spring Data and Putting it into Reactive Fashion and implement a fully Reactive application based on Reactive Streams.
- C# 7 and .NET Core Cookbook
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- Java性能權(quán)威指南(第2版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Cocos2d-x Game Development Blueprints
- C++程序設(shè)計(jì)教程(第2版)
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例(第4版)
- Docker on Windows
- Java程序性能優(yōu)化實(shí)戰(zhàn)
- Switching to Angular 2
- 數(shù)據(jù)結(jié)構(gòu):C語言描述(融媒體版)
- 亮劍ASP.NET項(xiàng)目開發(fā)案例導(dǎo)航
- Mastering Rust