Part 4:
Scaling an Application
with Spring Boot
Sometimes we need to squeeze out more performance from an existing set of servers. While it would be nice to simply buy more servers, there is another way. You will learn how reactive programming can make your Spring Boot application much more efficient.
This part includes the following chapters:
- Chapter 9, Writing Reactive Web Controllers
- Chapter 10, Working with Data Reactively