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