Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created July 20, 2018 04:30
Show Gist options
  • Save drucoder/40ff027775a6eeb582946a53918e0378 to your computer and use it in GitHub Desktop.
Save drucoder/40ff027775a6eeb582946a53918e0378 to your computer and use it in GitHub Desktop.
Spring Boot REST: добавляем oAuth2 авторизацию (зависимости)
compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE')
@borymskyi
Copy link

Вот рабочее:

implementation 'org.springframework.boot:spring-boot-starter-security:2.6.7'
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.5'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment