java-tutorials/spring-security-mvc-persist...
corsoft 7b7b5ae49f Initial commit of Persisted Remember-Me Example
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).
2014-05-30 22:55:17 +01:00
..
src Initial commit of Persisted Remember-Me Example 2014-05-30 22:55:17 +01:00
.gitignore Initial commit of Persisted Remember-Me Example 2014-05-30 22:55:17 +01:00
README.md Initial commit of Persisted Remember-Me Example 2014-05-30 22:55:17 +01:00
pom.xml Initial commit of Persisted Remember-Me Example 2014-05-30 22:55:17 +01:00

README.md

=========

Spring Security Persisted Remember Me Example Project

Relevant Articles:

Build the Project

mvn clean install