20 lines
466 B
Markdown
20 lines
466 B
Markdown
## Spring Security MVC
|
||
|
||
This module contains articles about Spring Security in MVC applications
|
||
|
||
### The Course
|
||
|
||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||
|
||
### Relevant Articles:
|
||
|
||
- [HttpSessionListener Example – Monitoring](https://www.baeldung.com/httpsessionlistener_with_metrics)
|
||
- [Control the Session with Spring Security](https://www.baeldung.com/spring-security-session)
|
||
|
||
|
||
### Build the Project
|
||
|
||
```
|
||
mvn clean install
|
||
```
|