Summary: Database Integration With Spring Data JPA
Let’s summarize what we covered so far with this chapter on Database integration with Spring Data JPA and then test your knowledge with a quiz.
Recap
In this chapter, we learned to integrate the H2 database using the Spring Data JPA and added persistence support to our Todo application. ...