1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update rocketmq exmaple for 1.x branch

This commit is contained in:
fangjian0423
2018-11-29 11:17:41 +08:00
parent 2c7ab714fb
commit 3e2564bdec
3 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
</dependencies>
<build>