December 2022
Beginner to intermediate
270 pages
6h 13m
English
In the previous chapter, we learned how Spring Boot manages embedded servlet containers, automatically registers our web controllers, and even provides JSON serialization/deserialization, easing the creation of APIs.
What application doesn’t have data? Spoiler alert – none. That’s why this chapter is focused on learning some of the most powerful (and handy) ways to store and retrieve data.
In this chapter, we’ll cover the following topics:
Being able to store and retrieve ...