# SpringauthExample **Repository Path**: wshaofan/SpringauthExample ## Basic Information - **Project Name**: SpringauthExample - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot Examples by HowToDoInJava.com This repository hosts the projects and their source codes written for various tutorials written in [howtodoinjava.com](https://howtodoinjava.com/). ## Development Environment * Spring Boot 2.1.8.RELEASE * Maven 4 * JDK 8 * Eclipse Photon ## To import this project into Eclipse IDE If you want to import these project into your local eclipse setup - 1. Download the project as zip file into your computer 2. Unzip the project at your desired location 3. Import the project into Eclipse as existing maven project ``` File > Import... > Maven > Existing Maven Projects ``` 4. Done