IDEA new maven webapp project

来源:互联网 发布:java云计算方向学什么 编辑:程序博客网 时间:2024/06/13 03:37

1、new project

2、使用maven archetype


3. 输入

groupId :the unique identifier of the organization or group that created the project

artifactId :unique base name of the primary artifact being generated by this project

GroupID 是项目组织唯一的标识符,实际对应JAVA的包的结构,是main目录里java的目录结构。
ArtifactID是项目的唯一的标识符,实际对应项目的名称,就是项目根目录的名称。


输入项目名称