December 2022
Beginner to intermediate
270 pages
6h 13m
English
In the previous chapter, we learned how to write a reactive web controller using Spring WebFlux. We loaded it with canned data and used a reactive templating engine, Thymeleaf, to create an HTML frontend. We also created a reactive API with pure JSON and then with hypermedia using Spring HATEOAS. However, we had to use canned data. That’s because we didn’t have a reactive data store on hand, an issue we will solve in this chapter.
In this chapter, we’ll be covering the following topics:
Where to find this chapter’s code
The code for this chapter can be found in this repository: ...