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 19825b1b313 # 自定义服务容器 (#1494)
19825b1b313 is described below

commit 19825b1b3131c8a7281fed03dc3b08bdc6333ebc
Author: JIAN ZHONG <[email protected]>
AuthorDate: Tue Sep 13 11:43:53 2022 +0800

    # 自定义服务容器 (#1494)
---
 .../advanced-features-and-usage/others/service-container.md      | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/service-container.md
 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/service-container.md
index d0a593fb108..8dd14fe0a95 100644
--- 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/service-container.md
+++ 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/service-container.md
@@ -13,13 +13,6 @@ Dubbo3 服务容器只是一个简单的 Main 方法,并加载一个简单的
 
 服务容器的加载内容可以扩展,内置了 spring, jetty, log4j 等加载,可通过 
[容器扩展点](../../../reference-manual/spi/description/container) 进行扩展。配置配在 java 命令的 
-D 参数或者 `dubbo.properties` 中。
 
-#### Dubbo 3 自定义容器类型:
-
--  Spring Container
--  Jetty Container
--  Log4j Container
- 
-
 ## 使用场景
 web 容器主要是用来响应 http 请求以及静态页面的,Dubbo 服务提供方只是对外提供 dubbo 服务,用 web 容器不太适合,单独作为 
dubbo 服务提供方,只需要通过一个 main 方法加载一个简单的 spring 容器将服务暴露。
 
@@ -28,7 +21,7 @@ web 容器主要是用来响应 http 请求以及静态页面的,Dubbo 服务
 -   自动加载  `META-INF/spring`  目录下的所有 Spring 配置。
 
 -   配置 spring 配置加载位置:
-    
+
     ```fallback
     dubbo.spring.config=classpath*:META-INF/spring/*.xml
 ### Jetty Container

Reply via email to