15 lines
343 B
Markdown
Raw Normal View History

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