From 39b5402e40a901cf562fe13da64c1f9688d572fd Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Fri, 21 Feb 2020 02:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20spring=20cloud=20alibaba?= =?UTF-8?q?=20dubbo=20=E6=9C=8D=E5=8A=A1=E8=B0=83=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- .../src/main/resources/application.yml | 1 - labx-07/pom.xml | 15 +++++++++++++++ pom.xml | 4 ++++ 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 labx-07/pom.xml diff --git a/README.md b/README.md index a181bc28..861e9c25 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ * 《芋道 Spring Cloud Alibaba 介绍》 * [《芋道 Spring Cloud Alibaba 注册中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Discovery/?github) 对应 [labx-01](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-01) -* 《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》 +* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github) 对应 [labx-07](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-07) * [《芋道 Spring Cloud Alibaba 服务容错 Sentinel 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Sentinel/?github) 对应 [labx-04](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-04) * [《芋道 Spring Cloud Alibaba 消息队列 RocketMQ 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/RocketMQ/?github) 对应 [labx-06](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-06) * [《芋道 Spring Cloud Alibaba 配置中心 Nacos 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Nacos-Config/?github) 对应 [labx-05](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-05) @@ -149,7 +149,7 @@ ## 服务调用 -* 《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》 +* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github) 对应 [labx-07](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-07) * [《芋道 Spring Cloud Netflix 负载均衡 Ribbon 入门》](http://www.iocoder.cn/Spring-Cloud-Netflix/Ribbon/?github) 对应 [labx-02](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-02) * [《芋道 Spring Cloud 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Cloud/Feign/?github) 对应 [labx-03](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-03) diff --git a/labx-06/labx-06-sca-stream-rocketmq-producer-aliyun/src/main/resources/application.yml b/labx-06/labx-06-sca-stream-rocketmq-producer-aliyun/src/main/resources/application.yml index b8f5b74f..6e0ef900 100644 --- a/labx-06/labx-06-sca-stream-rocketmq-producer-aliyun/src/main/resources/application.yml +++ b/labx-06/labx-06-sca-stream-rocketmq-producer-aliyun/src/main/resources/application.yml @@ -7,7 +7,6 @@ spring: # Binding 配置项,对应 BindingProperties Map bindings: demo01-output: -# destination: DEMO-TOPIC-01 # 目的地。这里使用 RocketMQ Topic destination: TOPIC_YUNAI_TEST # 目的地。这里使用 RocketMQ Topic content-type: application/json # 内容格式。这里使用 JSON # Spring Cloud Stream RocketMQ 配置项 diff --git a/labx-07/pom.xml b/labx-07/pom.xml new file mode 100644 index 00000000..4e078aff --- /dev/null +++ b/labx-07/pom.xml @@ -0,0 +1,15 @@ + + + + labs-parent + cn.iocoder.springboot.labs + 1.0-SNAPSHOT + + 4.0.0 + + labx-07 + + + diff --git a/pom.xml b/pom.xml index 15819b92..8601221e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ pom 1.0-SNAPSHOT + lab-01 lab-02 lab-03 @@ -58,12 +59,15 @@ lab-47 lab-48 lab-49 + labx-01 labx-02 labx-03 labx-04 labx-05 labx-06 + labx-07 +