Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:11
Show Gist options
  • Save apalyukha/4edf49c89b6002404c1e0c5b0769dd22 to your computer and use it in GitHub Desktop.
Save apalyukha/4edf49c89b6002404c1e0c5b0769dd22 to your computer and use it in GitHub Desktop.
Spring Boot REST: add oAuth2 authentication dependencies
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