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

update examples

This commit is contained in:
fangjian0423
2019-10-31 16:14:33 +08:00
parent f1d522be50
commit 591713b738
22 changed files with 270 additions and 48 deletions

View File

@@ -32,13 +32,6 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
</dependencies>
<build>