大飞_dafei

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  MyBatis

mybatis-generator 自动生成dao、sql.xml、实体类
摘要:mybatis-generator 自动生成dao、sql.xml、实体类 01)pom引入 <build> <plugins> <!-- 自动生成了dao、sql、xml、实体类 --> <plugin> <groupId>org.mybatis.generator</groupId> <arti 阅读全文

posted @ 2022-05-02 09:53 大飞_dafei 阅读(264) 评论(0) 推荐(0) 编辑

MyBatis 中 resultMap和resultType区别
摘要:MyBatis 中 resultMap和resultType区别 resultMap可以映射集合 resultType不可以 阅读全文

posted @ 2022-01-09 23:19 大飞_dafei 阅读(35) 评论(0) 推荐(0) 编辑

深入浅出Mybatis系列(八)---mapper映射文件配置之select、resultMap
摘要:深入浅出Mybatis系列(七) mapper映射文件配置之insert、update、delete 本篇文章将简单介绍 insert, update, delete 的配置及使用,以后会对mybatis的源码进行深入讲解。 相信,看到insert, update, delete, 我们就知道其作用 阅读全文

posted @ 2017-08-08 15:48 大飞_dafei 阅读(89) 评论(0) 推荐(0) 编辑

使用Intellij IDEA整合Spring+Spring MVC+MyBitis
摘要:参考: IDEA搭建-SSM三步走之步骤01 用idea搭建SSM项目,原来这么简单 SSM配置并实现简单的数据库增删改查操作 工具: idea2016 、Spring 、Spring MVC 、MyBitis 出现问题:在使用idea创建测试类是,会出现自动创建的类在本目录下,不会自动生成到Tes 阅读全文

posted @ 2017-07-18 11:56 大飞_dafei 阅读(94) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示