IDEA中新建子模块

时间:2021-06-28 09:17:46

在IDEA中新建子模块简单步骤:

找到父模块 -》new Module ,然后:

IDEA中新建子模块

 

next之后,输入ArtifactId:

IDEA中新建子模块

 

next之后,再输入子模块名,其中,要注意,在contentRoot和Module file location部分,要加上子模块的路径:

IDEA中新建子模块

 

 最后,成功新建子模块:

IDEA中新建子模块