Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Spring Session on Spring Boot using ConcurrentMap as a session storage

Demonstrates using Spring Session with Spring Boot and Spring Security. You can log in with the username "user" and the password "password". Stores session data in a ConcurrentMap instead of Redis.

If you start with -Dspring.profiles.active=persistent, you will get persistent sessions over application/server restarts.

About

Spring Session on Spring Boot using ConcurrentMap as a session storage

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages