
------ Mybatis
文章平均质量分 61
__静禅__
这个作者很懒,什么都没留下…
展开
-
Mybatis --- 入门简介
一、Mybatis简介Mybatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。 MyBatis是一个优秀的持久层框架,它对jdbc的操作数据库的过程进行封装,使开发者只需要关注 SQL 本身,而不需要花费精力去处原创 2018-02-27 21:54:45 · 294 阅读 · 0 评论 -
Mybatis --- 逆向工程
一、pom.xml org.mybatis mybatis 3.4.0 mysql mysql-connector-java 5.1.34原创 2018-02-27 21:55:12 · 258 阅读 · 0 评论 -
Mybatis --- Spring整合示例
一、pom.xml引入jar包<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:原创 2018-02-27 21:55:00 · 285 阅读 · 0 评论 -
Mybatis --- PageHelper分页插件使用
一、pom.xml <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.0.0</vers...原创 2018-03-08 19:08:27 · 523 阅读 · 0 评论