Maven的GroupID跟ArtifactID含义

Maven的GroupID和ArtifactID含义
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是项目的唯一的标识符,实际对应项目的名称,就是项目根目录的名称。