<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-bus</artifactId>
<version>0.6.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-bus', version='0.6.1.RELEASE')
)
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.6.1.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.cloud:spring-cloud-context
|-- org.springframework.cloud:spring-cloud-stream
|-- org.springframework.integration:spring-integration-core
provided
|-- org.springframework.cloud:spring-cloud-starter-eureka
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.cloud:spring-cloud-stream-test-support