<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-config-client</artifactId>
<version>0.12.0.RELEASE</version>
</dependency>
libraryDependencies += "io.choerodon" % "choerodon-starter-config-client" % "0.12.0.RELEASE"
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-config-client', version='0.12.0.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-starter-config-client" rev="0.12.0.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.12.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework.cloud:spring-cloud-commons
|-- org.springframework.cloud:spring-cloud-context
|-- org.springframework.retry:spring-retry
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.cloud:spring-cloud-netflix-zuul
|-- io.choerodon:choerodon-starter-core
|-- com.netflix.hystrix:hystrix-core
|-- com.fasterxml.jackson.core:jackson-annotations
provided
|-- org.springframework:spring-web
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework.boot:spring-boot-starter-undertow
|-- org.springframework.boot:spring-boot-starter-web
test