- 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.
- Qt 5 and OpenCV 4 Computer Vision Projects
- 自然語言處理實戰:預訓練模型應用及其產品化
- Android應用程序開發與典型案例
- Java EE 6 企業級應用開發教程
- Twilio Best Practices
- 三維圖形化C++趣味編程
- Learning Selenium Testing Tools(Third Edition)
- Rust Essentials(Second Edition)
- Apache Spark 2.x for Java Developers
- SQL 經典實例
- ElasticSearch Cookbook(Second Edition)
- Azure Serverless Computing Cookbook
- Serverless Web Applications with React and Firebase
- Learning Splunk Web Framework
- C++程序設計