- 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
推薦閱讀
- Arduino by Example
- 無代碼編程:用云表搭建企業數字化管理平臺
- Android Studio Essentials
- Bootstrap 4:Responsive Web Design
- 青少年學Python(第1冊)
- Node.js Design Patterns
- NoSQL數據庫原理
- Quantum Computing and Blockchain in Business
- LabVIEW虛擬儀器入門與測控應用100例
- Mastering Adobe Captivate 7
- Python青少年趣味編程
- Java Web開發基礎與案例教程
- React and React Native
- Microsoft XNA 4.0 Game Development Cookbook
- 編寫高質量代碼之Java(套裝共2冊)