zoukankan      html  css  js  c++  java
  • spring + Mybatis + pageHelper + druid 整合源码分享

    springMvc + spring + Mybatis + pageHelper + druid 整合

    spring 和druid整合,spring 整合druid

    spring 和Mybatis 整合,spring 整合Mybatis 

    Mybatis 和pageHelper  整合,Mybatis 整合pageHelper 

    Mybatis和 druid整合,Mybatis整合druid

    Mybatis和 通用Mapper整合,Mybatis通用Mapper

    Mybatis整合 通用Dao

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

    ©Copyright 蕃薯耀 2018年3月16日

    http://www.cnblogs.com/fanshuyao/

     本框架整合使用Maven方式构建,Jdk版本为JDK7,各插件版本如下:

    Xml代码  收藏代码
    1. <spring.version>4.3.13.RELEASE</spring.version>  
    2.           
    3. <mybatis.version>3.4.6</mybatis.version>  
    4. <mybatis.spring.version>1.3.1</mybatis.spring.version>  
    5. <mybatis.generator.version>1.3.6</mybatis.generator.version>  
    6. <pagehelper.version>5.1.2</pagehelper.version>  
    7. <mybatis.mapper.version>3.5.3</mybatis.mapper.version>  
    8.   
    9. <druid.version>1.1.9</druid.version>  
    10. <mysql.version>5.1.45</mysql.version>  

    框架内置了Mybatis自动生成Mapper.xml、Java Bean、Dao插件,在Java类:MybatisGenerator中

    生成代码直接运行该Java类即可,运行后F5刷新项目,直接生成在项目中,代码生成详细配置见:mybatis-mapper-generator.xml,根据自己需求修改

    源码下载见:http://fanshuyao.iteye.com/blog/2413275

    相关联文章有:

    Mybatis整合通用Dao,Mybatis整合通用Mapper,MyBatis3.x整合通用 Mapper3.5.x

    http://fanshuyao.iteye.com/blog/2413143

     

    Spring集成Mybatis,spring4.x整合Mybatis3.x

    http://fanshuyao.iteye.com/blog/2413040

     

     mybatis generator配置,Mybatis自动生成文件配置,Mybatis自动生成实体Bean配置

    http://fanshuyao.iteye.com/blog/2412996

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

    ©Copyright 蕃薯耀 2018年3月16日

    http://www.cnblogs.com/fanshuyao/

  • 相关阅读:
    【Tomcat 源码系列】认识 Tomcat
    Tomcat NGINX 选哪个?我全都要!
    【Tomcat 源码系列】Tomcat 整体结构
    【Tomcat 源码系列】源码构建 Tomcat
    【Java编程思想】类型信息
    Neural Architectures for Named Entity Recognition 论文笔记
    牛顿法
    STL之stack容器和queue容器
    10名评委为5名选手打分问题
    STL之deque容器
  • 原文地址:https://www.cnblogs.com/fanshuyao/p/8579124.html
Copyright © 2011-2022 走看看