Skip to content

Yatheesan/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-security

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

About

Basic Spring Security: Spring boot, Spring Security, Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors