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 0c3cf69dbcd [fix] issue (#1343)
0c3cf69dbcd is described below
commit 0c3cf69dbcd835e2cbb83330879b7e90939f7a67
Author: JM <[email protected]>
AuthorDate: Mon Aug 8 17:28:57 2022 +0800
[fix] issue (#1343)
---
content/zh/docsv2.7/user/references/maven.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/zh/docsv2.7/user/references/maven.md
b/content/zh/docsv2.7/user/references/maven.md
index 493e502939f..1d3a1c72708 100644
--- a/content/zh/docsv2.7/user/references/maven.md
+++ b/content/zh/docsv2.7/user/references/maven.md
@@ -17,10 +17,11 @@ mvn dubbo:registry -Dport=9099
## 生成 demo 服务提供者应用
-生成指定接口和版本的服务提供者应用:
+生成指定接口和版本的服务提供者应用 [^2]:
```sh
mvn dubbo:create -Dapplication=xxx -Dpackage=com.alibaba.xxx
-Dservice=XxxService,YyyService -Dversion=1.0.0
```
[^1]: 如果端口不指定,默认端口为 9090
+[^2]: 参见 [容器扩展](../../../dev/impls/container)