18 lines
542 B
Markdown
18 lines
542 B
Markdown
=========
|
|
|
|
## Spring Security Persisted Remember Me Example Project
|
|
|
|
###The Course
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|
|
|
### Relevant Articles:
|
|
- [Spring Security Persisted Remember Me](http://www.baeldung.com/spring-security-persistent-remember-me)
|
|
- [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)
|
|
|
|
|
|
### Build the Project
|
|
```
|
|
mvn clean install
|
|
```
|