20 lines
		
	
	
		
			887 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			887 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| =========
 | ||
| 
 | ||
| ## Spring Security Login Example Project
 | ||
| 
 | ||
| ###The Course
 | ||
| The "REST With Spring" Classes: http://github.learnspringsecurity.com
 | ||
| 
 | ||
| ### Relevant Articles: 
 | ||
| - [Spring Security Remember Me](http://www.baeldung.com/spring-security-remember-me)
 | ||
| - [Redirect to different pages after Login with Spring Security](http://www.baeldung.com/spring_redirect_after_login)
 | ||
| - [Changing Spring Model Parameters with Handler Interceptor](http://www.baeldung.com/spring-model-parameters-with-handler-interceptor)
 | ||
| - [Introduction to Spring MVC HandlerInterceptor](http://www.baeldung.com/spring-mvc-handlerinterceptor)
 | ||
| - [Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions](http://www.baeldung.com/spring-mvc-custom-handler-interceptor)
 | ||
| - [A Guide to CSRF Protection in Spring Security](http://www.baeldung.com/spring-security-csrf)
 | ||
| 
 | ||
| ### Build the Project
 | ||
| ```
 | ||
| mvn clean install
 | ||
| ```
 |