Skip to content

Commit 69eeea7

Browse files
authored
Fix compiling failure with PowerShell (apache#926)
1 parent 98ecdbd commit 69eeea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deployment/deployment-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article introduces how to start the `Apache ShenYu` gateway in the local en
2323
```
2424
git clone https://github.com/apache/shenyu.git
2525
cd shenyu
26-
mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests
26+
mvn clean install '-Dmaven.javadoc.skip=true' '-B' '-Drat.skip=true' '-Djacoco.skip=true' '-DskipITs' '-DskipTests'
2727
```
2828

2929
* 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.

i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: 本地部署
2323
```
2424
git clone https://github.com/apache/shenyu.git
2525
cd incubator-shenyu
26-
mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests
26+
mvn clean install '-Dmaven.javadoc.skip=true' '-B' '-Drat.skip=true' '-Djacoco.skip=true' '-DskipITs' '-DskipTests'
2727
```
2828

2929
* 使用开发工具启动 `org.apache.shenyu.admin.ShenyuAdminBootstrap`,访问 http://localhost:9095 , 默认用户名和密码分别为: `admin``123456`

0 commit comments

Comments
 (0)