December 2022
Beginner to intermediate
438 pages
8h 53m
English
In the previous chapter, you learned about Spring Boot’s fundamentals to develop our backend application, such as dependency injection, beans, and annotations. In addition, we now know how to create a Spring Boot project using Spring Initializr.
This chapter will teach you how to connect your Spring Boot application to a database by adding a PSQL container and PostgreSQL dependencies and accessing data using the Java Persistence API (JPA).
In this chapter, we will cover the following topics:
Here is what you need to complete this chapter: ...