Building a CRUD application in Spring Boot
CRUD stands for (create, read, update and delete). Today I'm going to build a backend application using spring boot. I will use rest API, Spring Data JPA and Postgresql. This will be a monolith application. To achieve the CRUD behavior we mainly need...
leeonscoding.hashnode.dev7 min read