build.gradle 266 B

123456
  1. dependencies {
  2. compile 'org.springframework.cloud:spring-cloud-starter-openfeign'
  3. compile project(':shared:core')
  4. compile "io.github.openfeign.form:feign-form:$feignFormVersion"
  5. compile "io.github.openfeign.form:feign-form-spring:$feignFormVersion"
  6. }