Did Chinese version translate

This commit is contained in:
YuCheng Hu 2020-04-11 00:11:18 -04:00
parent 57f172c930
commit 49182b54d3
1 changed files with 6 additions and 6 deletions

View File

@ -23,19 +23,19 @@ A strong focus of these is, of course, the Spring Framework - Spring, Spring Boo
In additional to Spring, the modules here are covering a number of aspects in Java.
Building the project
构建build项目
====================
To do the full build, do: `mvn clean install`
如果你希望运行一个完整的构建build请运行命令`mvn clean install`
Building a single module
构建Building一个单独模块module
====================
To build a specific module run the command: `mvn clean install` in the module directory
如果你希望构建一个特定的模块module的话请在模块目录中运行命令`mvn clean install`
Running a Spring Boot module
运行一个 Spring Boot 模块
====================
To run a Spring Boot module run the command: `mvn spring-boot:run` in the module directory
如果你希望运行一个 Spring Boot 模块module请在模块目录中module directory运行命令: `mvn spring-boot:run`
与 IDE 协同进行工作