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