新建一个spring的root项目,并聚合多个module
时间:2021-09-03 21:33:08
收藏:0
阅读:20
仅记录新建的过程。
1、新建一个spring的root项目





2、新建N个module项目





3、配置root和module关系
首先查看root项目pom.xml

将root项目的groupId、artifactId和version分别复制到module项目pom.xml

原文:https://www.cnblogs.com/jspider/p/15221797.html
评论(0)