spring-security-samples-boot-oauth2-integrated-authorizationserver-custom-consent-page.gradle 330 B

12345678
  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-thymeleaf'
  5. compile 'org.springframework.boot:spring-boot-starter-security'
  6. compile project(':spring-security-oauth2-authorization-server')
  7. }