Name Last Update
bin Loading commit data...
parent-1.0.0.pom Loading commit data...
readme.MD Loading commit data...

说明

所有的工程都需要依赖的父POM.例如:


    <parent>
        <artifactId>api-parent</artifactId>
        <groupId>com.yoho.api</groupId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>

缺少的部分请大家编辑这个文件,附加上去 .

需要添加的


         <dependency>
           <groupId>xxxxxx</groupId>
           <artifactId>xxxxxxx</artifactId>
           <version>1.8.7</version>
          </dependency>