Part 2: Database Technologies
Almost all applications need to persist and access data efficiently, and for that, Spring Boot offers many choices, from relational and NoSQL databases to repositories, templates, Java Persistence Query Language (JPQL), and native SQL.
This part has the following chapters:
- Chapter 5, Data Persistence and Relational Database Integration with Spring Data
- Chapter 6, Data Persistence and NoSQL Database Integration with Spring Data