15 lines
343 B
Markdown
15 lines
343 B
Markdown
=========
|
||
|
||
## Spring Security Persisted Remember Me Example Project
|
||
|
||
###The Course
|
||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||
|
||
### Relevant Articles:
|
||
- [Spring Security – Persistent Remember Me](http://www.baeldung.com/spring-security-persistent-remember-me)
|
||
|
||
### Build the Project
|
||
```
|
||
mvn clean install
|
||
```
|