Repository for the article example: Blindando sua API Spring Boot com o padrão DTO
For building and running the application you need:
- Maven
- MySQL
- Lombok - Download the Lombok plugin for your IDE. This is required to add Lombok dependency support.
First, clone the project and build locally:
git clone https://github.com/marioalvial/spring-boot-dto-medium.git
Make sure you have a MySQL database called "dto".
From project root directory run:
mvn spring-boot:run