groupId: 域(如com商业组织,cn中国) + 公司名或个人名(没有可跳过) + 项目名 + 祖级模块名A(如果有的话) + 父级模块名B(如果有的话) + ...(以此类推)
artifactId: 当前模块名
version: 最好每个模块加上如 1.0-SNAPSHOT ,不然其它模块导入不了
项目结构:
ly-item的groupId,artifactId写法示例:
com.hughli leyou1.0-SNAPSHOT com.hughli.leyou ly-itempom
ly-item-service的groupId,artifactId写法示例:
ly-item-service com.hughli.leyou ly-item1.0-SNAPSHOT 1.0-SNAPSHOT



