LuisSalas94/Spring-Boot-User-DTO
The REST API with DTO Pattern is a Spring Boot application that showcases the implementation of the Data Transfer Object (DTO) pattern in a RESTful API. The project aims to demonstrate best practices for separating domain entities from the data transfer objects used for communication between the client and server.
Java