- dependencies {
- compile('org.springframework.cloud:spring-cloud-starter-feign')
- compile('org.springframework.cloud:spring-cloud-starter-eureka')
- compile('org.springframework.boot:spring-boot-starter-web')
- compile('org.springframework.boot:spring-boot-starter-thymeleaf')
- compile("org.springframework.boot:spring-boot-devtools")
- testCompile('org.springframework.boot:spring-boot-starter-test')
- }
|