Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -2,7 +2,7 @@
> Apache Maven.
> 用于构建和管理基于 Java 的项目的工具。
> 更多信息见:<https://maven.apache.org>.
> 更多信息见: <https://maven.apache.org>.
- 编译项目:
@@ -28,7 +28,7 @@
`mvn clean package`
- 执行清理操作并使用给定的构建配置打包代码,比如 `profileId` 如果有dev、test、pro可以指定其中一个 `profileId` 用来选择具体执行环境:
- 执行清理操作并使用给定的构建配置打包代码,比如 `profileId` 如果有 dev、test、pro可以指定其中一个 `profileId` 用来选择具体执行环境:
`mvn clean -P{{profileId}} package`