Initial commit - project copied from spring-security-mvc-custom and modified. Added PersistedToken remember me configuration (in xml and annotated classes), and some minor refactoring. This version works with PostgreSQL or H2 (configured in DatabaseConfig.java).
16 lines
389 B
Markdown
16 lines
389 B
Markdown
=========
|
|
|
|
## Spring Security Persisted Remember Me Example Project
|
|
|
|
|
|
### Relevant Articles:
|
|
- [Spring Security Persisted Remember Me]
|
|
- [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
|
|
```
|