Maven分为本地仓库与远程仓库,如果要在本地仓库找到你的项目,就必须根据groupId和artifactId这两个ID去查找
groupID一般为corg,com,cn开头
例如org.example com.hdt
artifactId一般代表的是项目名称
例如你的项目名称为Student