- 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.
- Implementing VMware Horizon 7(Second Edition)
- Learning NServiceBus(Second Edition)
- GraphQL學習指南
- MySQL 8從入門到精通(視頻教學版)
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術
- INSTANT OpenNMS Starter
- C語言程序設計學習指導與習題解答
- 可解釋機器學習:模型、方法與實踐
- Scratch3.0趣味編程動手玩:比賽訓練營
- Learning Docker Networking
- Scratch·愛編程的藝術家
- Emotional Intelligence for IT Professionals
- Mastering jQuery Mobile
- Mudbox 2013 Cookbook
- Java高手是怎樣煉成的:原理、方法與實踐