This repository hosts the projects and their source codes written for various tutorials written in howtodoinjava.com.
- Spring Boot 2.1.8.RELEASE
- Maven 4
- JDK 8
- Eclipse Photon
If you want to import these project into your local eclipse setup -
- Download the project as zip file into your computer
- Unzip the project at your desired location
- Import the project into Eclipse as existing maven project
File > Import... > Maven > Existing Maven Projects
- Done