16 lines
434 B
Markdown
16 lines
434 B
Markdown
=========
|
||
|
||
## Spring Security Login Example Project
|
||
|
||
|
||
### 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)
|
||
- [HttpSessionListener Example – Monitoring](http://www.baeldung.com/httpsessionlistener_with_metrics)
|
||
|
||
|
||
### Build the Project
|
||
```
|
||
mvn clean install
|
||
```
|