This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 69eeea7501 Fix compiling failure with PowerShell (#926)
69eeea7501 is described below
commit 69eeea7501a719bb49758b37013b2c3a7bb63ae2
Author: xuziyang <[email protected]>
AuthorDate: Wed Jul 5 15:32:28 2023 +0800
Fix compiling failure with PowerShell (#926)
---
docs/deployment/deployment-local.md | 2 +-
.../current/deployment/deployment-local.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/deployment/deployment-local.md
b/docs/deployment/deployment-local.md
index 25c5a54869..7e597f8f03 100644
--- a/docs/deployment/deployment-local.md
+++ b/docs/deployment/deployment-local.md
@@ -23,7 +23,7 @@ This article introduces how to start the `Apache ShenYu`
gateway in the local en
```
git clone https://github.com/apache/shenyu.git
cd shenyu
-mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true
-Djacoco.skip=true -DskipITs -DskipTests
+mvn clean install '-Dmaven.javadoc.skip=true' '-B' '-Drat.skip=true'
'-Djacoco.skip=true' '-DskipITs' '-DskipTests'
```
* use the development tool to start
`org.apache.shenyu.admin.ShenyuAdminBootstrap`,Visit http://localhost:9095, the
default username and password are: `admin` and `123456` respectively.
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-local.md
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-local.md
index 1ec4c66252..86ecd89932 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-local.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-local.md
@@ -23,7 +23,7 @@ description: 本地部署
```
git clone https://github.com/apache/shenyu.git
cd incubator-shenyu
-mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true
-Djacoco.skip=true -DskipITs -DskipTests
+mvn clean install '-Dmaven.javadoc.skip=true' '-B' '-Drat.skip=true'
'-Djacoco.skip=true' '-DskipITs' '-DskipTests'
```
* 使用开发工具启动 `org.apache.shenyu.admin.ShenyuAdminBootstrap`,访问
http://localhost:9095 , 默认用户名和密码分别为: `admin` 和 `123456`。