Chinese pages: correct Chinese punctuation (#5240)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user