7b7b5ae49f
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
110 B
Plaintext
16 lines
110 B
Plaintext
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
log/
|
|
target/ |