Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created July 27, 2018 04:36
Show Gist options
  • Save drucoder/9f8cc07f16930cc739b2b0a85ce5fc8c to your computer and use it in GitHub Desktop.
Save drucoder/9f8cc07f16930cc739b2b0a85ce5fc8c to your computer and use it in GitHub Desktop.
Spring Boot REST: добавляем oAuth2 авторизацию 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