从来就没有救世主  也不靠神仙皇帝  要创造人类的幸福  全靠我们自己  

随笔分类 -  mybatis

摘要:springboot--mybatis 阅读全文
posted @ 2020-07-01 20:15 T,X
摘要:mybatis小结 阅读全文
posted @ 2020-06-30 13:45 T,X
摘要:1. 组件 1.1 SqlSessionFactoryBuilder 利用xml或java编码(Configuration)构建SqlSessionFactory 2. 生命周期 (1)SqlSessionFactoryBuilder 作为SqlSessionFactory的构建者,当SqlSess 阅读全文
posted @ 2020-06-30 07:18 T,X
摘要:mybatis 延迟加载测试 阅读全文
posted @ 2020-06-22 22:34 T,X
摘要:mybatis 分页 阅读全文
posted @ 2020-06-21 22:22 T,X
摘要:1. mybatis log plugin 下载地址:https://plugins.jetbrains.com/plugin/13905-mybatis-log-plugin 老版本暂时可用,新版本个人版也只要1刀 安装:在idea的plugin目录下建 mybatisLog/lib 里面放jar 阅读全文
posted @ 2020-06-01 15:56 T,X
摘要:下载:https://github.com/mybatis/mybatis-3/releases API:https://mybatis.org/mybatis-3/zh/getting-started.html 持久层框架 (Spring的JdbcTemplate、Apache的DBUtils是工 阅读全文
posted @ 2020-05-31 07:14 T,X