- Learning Spring Boot 2.0(Second Edition)
- Greg L. Turnquist
- 152字
- 2021-07-02 15:18:07
Reactive Web with Spring Boot
The more and more I use #SpringBoot the more I like it.
– Derek Stainer @dstainer
In the previous chapter, we saw how quickly an application can be created with just a few lines of code. In this chapter, we are going to embark upon a journey. We will build a social media application where users can upload pictures and write comments.
In this chapter, we will build the web layer for our social media application doing the following:
- Creating a reactive web application with Spring Initializr
- Learning the tenets of reactive programming
- Introducing Reactor types
- Switching from Apache Tomcat to Embedded Netty
- Comparing reactive Spring WebFlux against classic Spring MVC
- Showing some Mono/Flux-based endpoints
- Creating a reactive ImageService
- Creating a reactive file controller
- Showing how to interact with a Thymeleaf template
- Illustrating how going from async to sync can be easy, but the opposite is not
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Learning Chef
- 差分進化算法及其高維多目標優化應用
- Hands-On Microservices with Kotlin
- C++ 從入門到項目實踐(超值版)
- ASP.NET 3.5程序設計與項目實踐
- C語言程序設計教程
- JavaScript程序設計(第2版)
- Troubleshooting Citrix XenApp?
- Mastering Docker
- IoT Projects with Bluetooth Low Energy
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 軟件測試(慕課版)
- 大話C語言
- SQL Server 2014數據庫設計與開發教程(微課版)