build.gradle 419 B

123456789
  1. dependencies {
  2. compile('org.springframework.cloud:spring-cloud-starter-feign')
  3. compile('org.springframework.cloud:spring-cloud-starter-eureka')
  4. compile('org.springframework.boot:spring-boot-starter-web')
  5. compile('org.springframework.boot:spring-boot-starter-thymeleaf')
  6. compile("org.springframework.boot:spring-boot-devtools")
  7. testCompile('org.springframework.boot:spring-boot-starter-test')
  8. }