16 lines
389 B
Markdown
16 lines
389 B
Markdown
|
=========
|
||
|
|
||
|
## Spring Security Persisted Remember Me Example Project
|
||
|
|
||
|
|
||
|
### Relevant Articles:
|
||
|
- [Spring Security Persisted 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
|
||
|
```
|