From 57f172c93080ca9582a4b44cc3f05d025f8b5dc9 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 11 Apr 2020 00:06:56 -0400 Subject: [PATCH] Update the Test notice --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 269e756727..7cf31b8f63 100644 --- a/README.md +++ b/README.md @@ -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. -Running Tests +运行测试 ============= -The command `mvn clean install` will run the unit tests in a module. -To run the integration tests, use the command `mvn clean install -Pintegration-lite-first` +运行 `mvn clean install` 将会在模块中运行单元测试(unit tests)。 +如果你希望运行整合测试(integration tests),请使用命令 `mvn clean install -Pintegration-lite-first`