2
0

spring-security-samples-boot-hellowebflux-method.gradle 423 B

123456789101112
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. dependencies {
  3. compile project(':spring-security-core')
  4. compile project(':spring-security-config')
  5. compile project(':spring-security-web')
  6. compile 'org.springframework.boot:spring-boot-starter-webflux'
  7. testCompile project(':spring-security-test')
  8. testCompile 'io.projectreactor:reactor-test'
  9. testCompile 'org.springframework.boot:spring-boot-starter-test'
  10. }