Basic Spring Security: Spring boot, Spring Security, Web Application
###You need the following prerequisite
- A text editor or IDE
- JDK 1.8 or later
- Gradle 4+ or Maven 3.2+
###Build and Run the application
#####Use the following command to run the application.
./mvnw spring-boot:run#####You can package and build the jar using the following command../mvnw clean package
#####After building the jar then run the build jar from the target folder location.
java -jar target/spring-security-0.0.1.jar#####Once the application starts executed, access the URL in the browser.http://localhost:8080