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:
|
2019-04-05 01:59:29 -04:00
|
|
|
|
- [Spring Security – Persistent Remember Me](http://www.baeldung.com/spring-security-persistent-remember-me)
|
2014-05-30 17:55:17 -04:00
|
|
|
|
|
|
|
|
|
### Build the Project
|
|
|
|
|
```
|
|
|
|
|
mvn clean install
|
|
|
|
|
```
|