The sample is originated from the Spring Session project.
Original location inside the Spring Session repository is /samples/websocket
.
- Stand-alone Maven project
- Dependency to Redis is replaced with a simple Map as storage for session data
- Actuator is included to show that you may need to change its
/info
endpoint.
Run with
mvn spring-boot:run
For available logins see /src/main/resources/data.sql
.