2019-10-31 21:43:47 -04:00
|
|
|
|
## Spring Security MVC
|
|
|
|
|
|
|
|
|
|
This module contains articles about Spring Security in MVC applications
|
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
|
### The Course
|
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-10-25 08:14:04 -04:00
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [HttpSessionListener Example – Monitoring](https://www.baeldung.com/httpsessionlistener_with_metrics)
|
|
|
|
|
- [Control the Session with Spring Security](https://www.baeldung.com/spring-security-session)
|
2020-04-10 03:46:47 -04:00
|
|
|
|
- [The Clear-Site-Data Header in Spring Security](https://www.baeldung.com/spring-security-clear-site-data-header)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Build the Project
|
2019-10-25 08:14:04 -04:00
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
|
```
|
|
|
|
|
mvn clean install
|
|
|
|
|
```
|