码迷,mamicode.com
首页 > 编程语言 > 详细

mybatis和spring整合的jar包准备

时间:2021-06-30 18:41:47      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:spring   target   height   成功   测试   https   parent   http   命令   

mybatis和spring整合

需要jar包

1、spring

    技术图片

2、mybatis

    技术图片

3、mybatis和spring的整合包(下载地址:https://github.com/mybatis/spring

  技术图片

 

 

  3.1、下载只有maven工程源码,没有jar包

    技术图片

 

 

  3.2、根据源码自己生成,导入maven工程

    技术图片

 

 

    技术图片

 

  3.3、打开pom.xml,查看mybatis-spring的依赖的父工程版本

    技术图片 

  3.4、选择mybatis-spring对应的mybatis-parent版本

    官网地址:https://github.com/mybatis/parent

     技术图片

 

 

4、编译mybatis-parent源码,编译mybatis-spring源码

  4.1、编译mybatis-parent项目

    命令:mvn clean install

  4.2、编译mybatis-spring项目

    命令:mvn install -Dmaven.test.skip=true

5、运行mybatis-spring项中的测试类,运行成功,说明已经编译好了

  技术图片

 

 

 6、查看spring-mybatis-spring-2.0.6\target

  技术图片

 

 

  

mybatis和spring整合的jar包准备

标签:spring   target   height   成功   测试   https   parent   http   命令   

原文地址:https://www.cnblogs.com/WarBlog/p/14954449.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!