Skip to content

ergumayagay/jdbc-session-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc-session-demo

Session management using Spring boot and jdbc

This is a demonstration of how to use jdbc to store and retrieve HttpSession data using Spring Session

  • run using mvn spring-boot:run
  • in Postman "localhost:8080/send?message=yourmessage" to send a message
  • localhost:8080/read to recieve the message from HttpSession

About

Session management using Spring boot and jdbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages