July 2026
Intermediate
306 pages
3h 27m
English
In the previous chapter, we learned how Spring Boot manages embedded servlet containers, automatically registers our web controllers, provides JSON serialization/deserialization, eases the creation and versioning of APIs, and lastly, how to write null-safe applications.
While these capabilities define how applications interact with clients, they are only part of the picture. Every meaningful application also needs to persist, query, and manage data. For that reason, this chapter focuses on some of the most powerful and practical ways to store and retrieve data with Spring Boot.
In this chapter, we'll cover the following topics:
Read now
Unlock full access