摘要:        
在上篇2.mybatis入门实例(一) 连接数据库进行查询的基础上 1.添加Mapper接口:UserMapper接口,并使用mybatis的注解 import java.util.List; import org.apache.ibatis.annotations.Delete; import o    阅读全文
posted @ 2016-02-21 17:59
艺言弈行
阅读(347)
评论(0)
推荐(0)
        
            
        
        
摘要:        
1.新建项目,添加mybatis和mysql的jar包 2.在mysql中新建表user[id,name,age] CREATE TABLE `users` ( `id` int(11) NOT NULL auto_increment, `NAME` varchar(50) default NULL    阅读全文
posted @ 2016-02-21 17:55
艺言弈行
阅读(6488)
评论(2)
推荐(1)
        
            
        
        
摘要:        
mybatis简介 MyBatis 是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。 iBATIS一词来源于"internet"和"a    阅读全文
posted @ 2016-02-21 17:42
艺言弈行
阅读(303)
评论(0)
推荐(0)
        
 
                    
                
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号