From 690a358be004dec0c7c0a9fab13d755a52bb9996 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Wed, 25 Jul 2018 00:05:37 +0800 Subject: [PATCH] =?UTF-8?q?chore[project]:=20=E6=9B=B4=E6=96=B0faq?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=85=B3=E4=BA=8EIDEA=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8D=A1=E9=A1=BF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/7.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/7.md b/doc/7.md index e01dd361..dedfd2de 100644 --- a/doc/7.md +++ b/doc/7.md @@ -123,4 +123,23 @@ mvn clean mvn package ``` -## 7.3 基础系统 \ No newline at end of file +## 7.3 基础系统 + +## 7.4 项目 + +### 7.4.1 项目导入IDEA时卡顿 + +现象: + +IDEA导入项目时,非常耗时间,或者卡断,或者一直疯狂运行。 + +原因: + +应该是litemall-admin模块的node_modules文件夹导致的。 +node_modules是litemall-admin所依赖的项目库,可能有近200M的文件。 +而IDEA如果没有设置,则可能尝试对该文件夹进行解析索引,从而导致卡断。 + +解决方案: + +右键把node_modules设置Excluded +![](./pic7/excluded.png)