Created
January 7, 2019 13:07
-
-
Save apalyukha/cd0a131b8cfc7e1f5333840f08677909 to your computer and use it in GitHub Desktop.
Spring Boot REST: add oAuth2 authorization 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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