Spring Boot Diary: Query-less Queries – Part 1

So database! We need a database almost in every application, it’s the place where we store our data in order to read them later on. Spring Boot and Spring Data JPA make a perfect combination for database operations, which means, they do everything on your behalf.