java-tutorials/spring-security-modules/spring-security-web-login
anuragkumawat 7cffc487ea JAVA-14867 Update spring-security-web-login module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12852) 2022-10-11 21:12:39 +05:30
..
src JAVA-14867 Update spring-security-web-login module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12852) 2022-10-11 21:12:39 +05:30
.gitignore
README.md
pom.xml

README.md

Spring Security Login

This module contains articles about login mechanisms with Spring Security.

The Course

The "Learn Spring Security" Classes: http://github.learnspringsecurity.com

Relevant Articles:

Build the Project

mvn clean install

Run the Project

  • Run the application using Maven Cargo plugin.
mvn cargo:run