spring-security-samples-boot-hellorsocket.gradle 381 B

1234567891011
  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-rsocket')
  6. compile 'org.springframework.boot:spring-boot-starter-rsocket'
  7. testCompile project(':spring-security-test')
  8. testCompile 'org.springframework.boot:spring-boot-starter-test'
  9. }