From 1de5e7f2a8d937344c9b7a4077228473e8d5399f Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 24 Feb 2020 23:17:55 -0500 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9B=B4=E6=96=B0=E7=9A=84?= =?UTF-8?q?=20Readme=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ceb6f7abd..269e756727 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Running a Spring Boot module To run a Spring Boot module run the command: `mvn spring-boot:run` in the module directory -Working with the IDE +与 IDE 协同进行工作 ==================== -This repo contains a large number of modules. +本仓库中包含有大量的模块。 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.