Update the Test notice

This commit is contained in:
YuCheng Hu 2020-04-11 00:06:56 -04:00
parent db93513790
commit 57f172c930
1 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ To run a Spring Boot module run the command: `mvn spring-boot:run` in the module
When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ. When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ.
Running Tests 运行测试
============= =============
The command `mvn clean install` will run the unit tests in a module. 运行 `mvn clean install` 将会在模块中运行单元测试unit tests
To run the integration tests, use the command `mvn clean install -Pintegration-lite-first` 如果你希望运行整合测试integration tests请使用命令 `mvn clean install -Pintegration-lite-first`