在一个idea工作环境中导入多个maven项目模块

1.打开idea,点击File----》 点击New ----》 点击Project  from Existing Sources; 弹出Select File or Directory to import 键面;

在一个idea工作环境中导入多个maven项目模块

2.选择你要导入maven项目所在的磁盘,点击OK按钮;

在一个idea工作环境中导入多个maven项目模块

3.maven项目就成功都导入到idea中;

在一个idea工作环境中导入多个maven项目模块

4.点击File----》 点击New ----》 点击Module  from Existing Sources; 弹出Select File or Directory to import 键面;

在一个idea工作环境中导入多个maven项目模块

5.选择你要导入的另一个maven项目所在的磁盘,点击OK按钮;

在一个idea工作环境中导入多个maven项目模块

6.选择maven,点击Next按钮;

在一个idea工作环境中导入多个maven项目模块

7.点击Next按钮;

在一个idea工作环境中导入多个maven项目模块

8.选择compiler,点击Next按钮;

在一个idea工作环境中导入多个maven项目模块

9.选择com.atsys.server.common:0.0.1-SNAPSHOT,点击Finish按钮;

在一个idea工作环境中导入多个maven项目模块

10.点击No按钮;

在一个idea工作环境中导入多个maven项目模块

11.成功添加多个maven项目模块;

在一个idea工作环境中导入多个maven项目模块