2014-05-30 17:55:17 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Spring Security Persisted Remember Me Example Project
|
|
|
|
|
2016-06-28 05:35:35 -04:00
|
|
|
###The Course
|
2016-08-12 10:00:17 -04:00
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
2014-05-30 17:55:17 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2016-02-08 05:08:35 -05:00
|
|
|
- [Spring Security Persisted Remember Me](http://www.baeldung.com/spring-security-persistent-remember-me)
|
2014-05-30 17:55:17 -04:00
|
|
|
- [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
|
|
|
|
```
|