1.进入Eclipse,右键new-other-maven

Eclipse创建maven项目_maven

2.一直next,然后输入“web”

Eclipse创建maven项目_项目结构_02

3.输入项目的相关maven信息

Eclipse创建maven项目_maven_03

maven坐标的具体含义参照这一篇文章:​​maven中GroupID 和ArtifactID怎么写​​ 这里也有百度一位网友的回答:​​maven中的groupId和artifactId到底指的是什么? ​

Eclipse创建maven项目_项目结构_04

4.项目新建完成后,项目结构如下

Eclipse创建maven项目_maven_05

5.会发现项目结构中没有maven项目所需要的src/main/resource资源文件