pzhgugu / goshop2

在goshop的基础上进行重构,将逐步完善分布式、高可用、多店铺电商系统
1.11k stars 698 forks source link

goshop-common中的pom文件的缺少mybatis依赖,造成mvn编译错误 #19

Open peckerning opened 7 years ago

peckerning commented 7 years ago

goshop-common中的pom.xml 新增加的依赖如下,望修改。

 <dependencies>
    <dependency>
        <groupId>org.mybatis</groupId>
        <artifactId>mybatis</artifactId>
    </dependency>
    <dependency>
        <groupId>com.github.pagehelper</groupId>
        <artifactId>pagehelper</artifactId>
    </dependency>
    <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-lang3</artifactId>
    </dependency>
    <dependency>
        <groupId>commons-beanutils</groupId>
        <artifactId>commons-beanutils</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-core</artifactId>
    </dependency>
</dependencies>
chanjamin commented 6 years ago

话说你找了多久才排查到这个错误