spring-authorization-server/samples/boot/oauth2-integration/resourceserver/spring-security-samples-boo...

8 lines
278 B
Groovy
Raw Permalink Normal View History

apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-security'
compile 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
}