Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.35 KB

spring-session-websocket-sample

The sample is originated from the Spring Session project. Original location inside the Spring Session repository is /samples/websocket.

Differences

  • 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.

Usage

Run with

mvn spring-boot:run

For available logins see /src/main/resources/data.sql.

Another useful samples

  • Portfolio by rstoyanchev
  • Chat-Jc from Spring Security Samples (this is actually the same sample as this repo but older)

Useful reads

Documentation