Created
July 20, 2018 04:30
-
-
Save drucoder/40ff027775a6eeb582946a53918e0378 to your computer and use it in GitHub Desktop.
Spring Boot REST: добавляем oAuth2 авторизацию (зависимости)
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
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
Вот рабочее:
implementation 'org.springframework.boot:spring-boot-starter-security:2.6.7'
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.5'