spring-security-samples-boot-oauth2-integrated-resourceserver.gradle 278 B

1234567
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. dependencies {
  3. compile 'org.springframework.boot:spring-boot-starter-web'
  4. compile 'org.springframework.boot:spring-boot-starter-security'
  5. compile 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
  6. }