- 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.
- 潮流:UI設(shè)計(jì)必修課
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- INSTANT Sencha Touch
- HTML5游戲開(kāi)發(fā)案例教程
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Java:High-Performance Apps with Java 9
- C語(yǔ)言程序設(shè)計(jì)教程
- Instant jQuery Boilerplate for Plugins
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Flutter之旅
- Python深度學(xué)習(xí):基于PyTorch
- JavaScript前端開(kāi)發(fā)程序設(shè)計(jì)教程(微課版)
- 編譯原理學(xué)習(xí)與實(shí)踐指導(dǎo)
- Activiti權(quán)威指南