<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-config-client</artifactId>
<version>0.6.4.RELEASE</version>
</dependency>
libraryDependencies += "io.choerodon" % "choerodon-starter-config-client" % "0.6.4.RELEASE"
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-config-client', version='0.6.4.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-starter-config-client" rev="0.6.4.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.6.4.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-core
|-- io.choerodon:choerodon-starter-core
provided
|-- org.springframework:spring-web
|-- com.fasterxml.jackson.core:jackson-databind
test