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 e4082e0ae8 [fix] 链接路径重复修复 (#1145)
e4082e0ae8 is described below
commit e4082e0ae8c810d07639a34de6cf8673c727fd6b
Author: JIAN ZHONG <[email protected]>
AuthorDate: Fri Jun 24 15:27:39 2022 +0800
[fix] 链接路径重复修复 (#1145)
---
.../java-sdk/advanced-features-and-usage/others/service-container.md | 2 +-
1 file changed, 1 insertion(+), 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 6c3a632844..001bac579d 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
@@ -11,7 +11,7 @@ Dubbo3 的服务容器是一个 standalone 的启动程序,因为后台服务
Dubbo3 服务容器只是一个简单的 Main 方法,并加载一个简单的 Spring 容器,用于暴露服务。
-服务容器的加载内容可以扩展,内置了 spring, jetty, log4j
等加载,可通过[容器扩展点](../../../java-sdk/reference-manual/spi/description/container)进行扩展。配置配在
java 命令的 -D 参数或者 `dubbo.properties` 中。
+服务容器的加载内容可以扩展,内置了 spring, jetty, log4j
等加载,可通过[容器扩展点](../../java-sdk/reference-manual/spi/description/container)进行扩展。配置配在
java 命令的 -D 参数或者 `dubbo.properties` 中。
## Dubbo3 自定义容器类型: