17 lines
		
	
	
		
			410 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			410 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
=========
 | 
						||
 | 
						||
## Spring Security Login Example Project
 | 
						||
 | 
						||
###The Course
 | 
						||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
 | 
						||
 | 
						||
### Relevant Articles: 
 | 
						||
- [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics)
 | 
						||
- [Spring Security Session Management](http://www.baeldung.com/spring-security-session)
 | 
						||
 | 
						||
 | 
						||
### Build the Project
 | 
						||
```
 | 
						||
mvn clean install
 | 
						||
```
 |