Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created May 21, 2018 15:27
Show Gist options
  • Save drucoder/e90e936cfdc638470b243e21556650db to your computer and use it in GitHub Desktop.
Save drucoder/e90e936cfdc638470b243e21556650db to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт. Spring Session
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment