- 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.
- Web應(yīng)用系統(tǒng)開發(fā)實(shí)踐(C#)
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Interactive Applications Using Matplotlib
- 自然語言處理Python進(jìn)階
- Android程序設(shè)計(jì)基礎(chǔ)
- Visual C++開發(fā)入行真功夫
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營
- Django 3.0入門與實(shí)踐
- 零基礎(chǔ)看圖學(xué)ScratchJr:少兒趣味編程(全彩大字版)
- 深度學(xué)習(xí)程序設(shè)計(jì)實(shí)戰(zhàn)
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Python預(yù)測分析實(shí)戰(zhàn)
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- iOS程序員面試筆試真題與解析
- Xamarin Cross-platform Application Development(Second Edition)