ZZJ_淘淘商城项目:day02(淘淘商城01 - 项目讲解、环境搭建)
阅读原文时间:2023年07月09日阅读:1

<!-- JPA的1.0依赖 -->  
    <dependency>  
        <groupId>javax.persistence</groupId>  
        <artifactId>persistence-api</artifactId>  
        <version>1.0</version>  
    </dependency>

    <!-- 通用Mapper -->  
    <dependency>  
        <groupId>tk.mybatis</groupId>  
        <artifactId>mapper</artifactId>  
        <exclusions>  
            <exclusion>  
                <groupId>javax.persistence</groupId>  
                <artifactId>persistence-api</artifactId>  
            </exclusion>  
        </exclusions>  
    </dependency>

    <!-- KindEditor富文本编辑器需要的包 -->  
    <dependency>  
        <groupId>org.apache.clerezza.ext</groupId>  
        <artifactId>org.json.simple</artifactId>  
        <version>0.4</version>  
    </dependency>

============================================

参考资料:

spring配置文件头部xmlns配置精髓

end

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章