spring-security-samples-boot-oauth2-integrated-authorizationserver.gradle 379 B

12345678910
  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 project(':spring-security-oauth2-authorization-server')
  6. testCompile 'org.springframework.boot:spring-boot-starter-test'
  7. testCompile 'net.sourceforge.htmlunit:htmlunit'
  8. }