Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:07
Show Gist options
  • Save apalyukha/cd0a131b8cfc7e1f5333840f08677909 to your computer and use it in GitHub Desktop.
Save apalyukha/cd0a131b8cfc7e1f5333840f08677909 to your computer and use it in GitHub Desktop.
Spring Boot REST: add oAuth2 authorization 2
spring.session.jdbc.initialize-schema=always
spring.session.jdbc.table-name=SPRING_SESSION
spring.session.jdbc.schema=classpath:session_tables.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment