Spring Data Rest + Projection on Spring Boot 3
Overview
Have you ever heard that Spring Boot enable to provide Rest API without define annotation Controller layer and Service layer? Spring Data Rest is the solution for case when you just need create Rest API…