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