Skip to content

denverdino/docker-spring-boot-sample-session-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-spring-boot-sample-session-redis

This sample application in Docker demonstrates how to use Spring Session to transparently leverage Redis to back a web application’s HttpSession when using Spring Boot.

Sample

Build docker image

mvn package
mvn package docker:build

Run the application stack

docker-compose up

Test the application

Open the browser and access the application at http://localhost:8080/

About

Docker Sample for Spring Boot application with Redis session store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages