8 lines
264 B
Groovy
8 lines
264 B
Groovy
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 project(':spring-security-oauth2-authorization-server')
|
|
}
|