10 lines
320 B
Groovy
10 lines
320 B
Groovy
dependencies {
|
|
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server'
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
}
|
|
|
|
dependencyManagement {
|
|
imports {
|
|
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
|
|
}
|
|
} |