Created
January 7, 2019 13:11
-
-
Save apalyukha/4edf49c89b6002404c1e0c5b0769dd22 to your computer and use it in GitHub Desktop.
Spring Boot REST: add oAuth2 authentication dependencies
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
compile('org.springframework.boot:spring-boot-starter-security') | |
compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment