b6ae9ec3b4
* BAEL-15951 Moved vavr, JHipster to default profiles * BAEL-14304 Include the SpringContextIntegrationTest in the default build - Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists * BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles * BAEL-14304 Minor changes |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Spring Security Login Example Project
###The Course The "REST With Spring" Classes: http://github.learnspringsecurity.com
Relevant Articles:
- Spring Security Remember Me
- Redirect to different pages after Login with Spring Security
- Changing Spring Model Parameters with Handler Interceptor
- Introduction to Spring MVC HandlerInterceptor
- Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions
- A Guide to CSRF Protection in Spring Security
- How to Manually Authenticate User with Spring Security
Build the Project
mvn clean install