This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch refactor/next-2 in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit d0424b687069a312a6d21de501eff098cd20aa07 Author: Starfish-Ning <[email protected]> AuthorDate: Tue Feb 21 14:30:02 2023 +0800 Task/develop 2 (#2295) --- content/zh-cn/overview/tasks/develop/async.md | 2 +- content/zh-cn/overview/tasks/develop/context.md | 4 ++-- .../zh-cn/overview/tasks/develop/service_reference.md | 6 ++++-- static/imgs/v3/develop/develop-project.png | Bin 0 -> 80640 bytes static/imgs/v3/develop/develop-service-list.png | Bin 0 -> 25827 bytes 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/content/zh-cn/overview/tasks/develop/async.md b/content/zh-cn/overview/tasks/develop/async.md index 3bc1b89683..c04308fc6a 100644 --- a/content/zh-cn/overview/tasks/develop/async.md +++ b/content/zh-cn/overview/tasks/develop/async.md @@ -1,7 +1,7 @@ --- type: docs title: "异步调用" -linkTitle: "Provider端和Consumer端异步调用" +linkTitle: "异步调用" weight: 3 description: "某些情况下希望dubbo接口异步调用,避免不必要的等待。" --- diff --git a/content/zh-cn/overview/tasks/develop/context.md b/content/zh-cn/overview/tasks/develop/context.md index b751527fc4..34116d8b6e 100644 --- a/content/zh-cn/overview/tasks/develop/context.md +++ b/content/zh-cn/overview/tasks/develop/context.md @@ -1,7 +1,7 @@ --- type: docs title: "上下文参数传递" -linkTitle: "上下文参数传递" +linkTitle: "上下文参数" weight: 5 description: "通过 Dubbo 中的 Attachment 在服务消费方和提供方之间传递参数" --- @@ -62,4 +62,4 @@ public class ContextServiceImpl implements ContextService{ ``` *<font color='#FF7D00' size=4 > 注意 </font>* -> path, group, version, dubbo, token, timeout 几个 key 是保留字段,请使用其它值。 \ No newline at end of file +> path, group, version, dubbo, token, timeout 几个 key 是保留字段,请使用其它值。 diff --git a/content/zh-cn/overview/tasks/develop/service_reference.md b/content/zh-cn/overview/tasks/develop/service_reference.md index 362e7995a0..c56a793fe9 100644 --- a/content/zh-cn/overview/tasks/develop/service_reference.md +++ b/content/zh-cn/overview/tasks/develop/service_reference.md @@ -1,7 +1,7 @@ --- type: docs -title: "开发服务" -linkTitle: "发布和调用 Dubbo 服务" +title: "发布和调用 Dubbo 服务" +linkTitle: "发布和调用" weight: 2 description: "通过示例简单展示一个Dubbo服务的发布和调用" --- @@ -9,10 +9,12 @@ description: "通过示例简单展示一个Dubbo服务的发布和调用" 通过一个简单的Springboot实例代码,展示Dubbo服务的发布和调用 本文将基于 Dubbo Samples 示例演示如何快速搭建并部署一个微服务应用。 + 代码地址:[dubbo-samples-develop](https://github.com/apache/dubbo-samples/tree/master/10-task/dubbo-samples-develop) 代码分为三个模块,如下图: `` + ## 准备 本示例代码基于Springboot 3.0 diff --git a/static/imgs/v3/develop/develop-project.png b/static/imgs/v3/develop/develop-project.png new file mode 100644 index 0000000000..6639cd5678 Binary files /dev/null and b/static/imgs/v3/develop/develop-project.png differ diff --git a/static/imgs/v3/develop/develop-service-list.png b/static/imgs/v3/develop/develop-service-list.png new file mode 100644 index 0000000000..1bc7fcb1d5 Binary files /dev/null and b/static/imgs/v3/develop/develop-service-list.png differ
