- Java 8
- Maven 3
- Docker >= 9
- Install Lombok Plugin
- Under the project's directory, run this command to set up MySQL.
docker-compose up -d- Compile and start the project with
mvn clean spring-boot:run- Open the app at http://localhost:8080. You should see this message
{"content":"Hello World"}