You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/04 01:38:02 UTC

[dubbo-website] branch master updated: [fix] 新增场景 (#1185)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 62ae100427 [fix] 新增场景 (#1185)
62ae100427 is described below

commit 62ae100427d0169fd47b00970ad656ddd172c086
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Mon Jul 4 09:37:57 2022 +0800

    [fix] 新增场景 (#1185)
---
 .../java-sdk/advanced-features-and-usage/others/service-container.md   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/others/service-container.md b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/others/service-container.md
index dd4854ae24..2a9028ba3b 100644
--- a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/others/service-container.md
+++ b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/others/service-container.md
@@ -21,8 +21,9 @@ Dubbo3 服务容器只是一个简单的 Main 方法,并加载一个简单的
  
 
 ## 使用场景
-## 使用方式
+web 容器主要是用来响应 http 请求以及静态页面的,Dubbo 服务提供方只是对外提供 dubbo 服务,用 web 容器不太适合,单独作为 dubbo 服务提供方,只需要通过一个 main 方法加载一个简单的 spring 容器将服务暴露。
 
+## 使用方式
 #### Spring Container
 -   自动加载  `META-INF/spring`  目录下的所有 Spring 配置。