说明
所有的工程都需要依赖的父POM.例如:
<parent>
<groupId>com.yoho</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
缺少的部分请大家编辑这个文件,附加上去 .
需要添加的
<dependency>
<groupId>xxxxxx</groupId>
<artifactId>xxxxxxx</artifactId>
<version>1.8.7</version>
</dependency>