1.Spring boot创建父模块时需要指定打包方式为pom
<packaging>pom</packaging>
2.删除src目录,完成
Spring boot创建父模块
原文:https://www.cnblogs.com/scxiaowang/p/15180701.html