<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-actuator-processor</artifactId>
<version>0.15.0.RELEASE</version>
</dependency>
libraryDependencies += "io.choerodon" % "choerodon-starter-actuator-processor" % "0.15.0.RELEASE"
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-actuator-processor', version='0.15.0.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-starter-actuator-processor" rev="0.15.0.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.15.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-actuator
|-- io.choerodon:choerodon-annotation-processor
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- org.springframework.boot:spring-boot-starter-web