Skip to content

A sandbox project of spring-session.

License

Notifications You must be signed in to change notification settings

yuizho/spring-session-sandbox

Repository files navigation

spring-session-sandbox

This project works on docker-compose.

This branch's codes has the issue related to session, because the session is stored in each App server. like this.

The issue is resolved on manage-session-with-redis branch. When you want to check a solution of the issue, please check manage-session-with-redis branch.

Getting Started

$ ./mvnw clean install && docker-compose up --build

Now the server is running, visit http://localhost:8080/session-attr with your borwser.

Endponts