随笔分类 - Mybatis
摘要:Mybatis Map保存到数据库,Mybatis Map动态同步表,Mybatis Map Foreach插入数据库 Mybatis 保存Map<String, Object> ©Copyright 蕃薯耀 2021-01-29 https://www.cnblogs.com/fanshuyao/
阅读全文
摘要:Mybatis调用Oracle存储过程,Oracle创建存储过程,Mybatis调用procedure ©Copyright 蕃薯耀 2020-10-30 https://www.cnblogs.com/fanshuyao/ 一、Oracle创建存储过程 1、Oracle创建无参数的存储过程proc
阅读全文
摘要:mybatis-plus代码生成器,mybatis-plus3.4自动生成代码,mybatis-plus3.4分页 ©Copyright 蕃薯耀 2020-10-21 https://www.cnblogs.com/fanshuyao/ 一、Jar包依赖 <properties> <!-- 构建时编
阅读全文
摘要:sharding-jdbc-spring-boot-starter 整合 mybatis-plus-boot-starter + druid sharding-jdbc整合 mybatis-plus + druid shardingsphere分库分表 ©Copyright 蕃薯耀 2020-10-
阅读全文
摘要:SpringBoot Mybatis整合(注解版),SpringBoot集成Mybatis(注解版) ©Copyright 蕃薯耀 2018年4月8日 http://www.cnblogs.com/fanshuyao/ 源代码下载见:http://fanshuyao.iteye.com/blog/2
阅读全文
摘要:springMvc + spring + Mybatis + pageHelper + druid 整合 spring 和druid整合,spring 整合druid spring 和Mybatis 整合,spring 整合Mybatis Mybatis 和pageHelper 整合,Mybatis
阅读全文
摘要:Mybatis整合通用Dao,Mybatis整合通用Mapper,MyBatis3.x整合通用 Mapper3.5.x 蕃薯耀 2018年3月15日 http://www.cnblogs.com/fanshuyao/ 一、Mybatis通用Mapper项目介绍: https://github.com
阅读全文
摘要:Spring集成Mybatis,spring4.x整合Mybatis3.x 蕃薯耀 2018年3月14日 http://www.cnblogs.com/fanshuyao/ 一、spring.xml配置文件 Xml代码 <?xml version="1.0" encoding="UTF-8"?> <
阅读全文
摘要:mybatis generator配置,Mybatis自动生成文件配置,Mybatis自动生成实体Bean配置 蕃薯耀 2018年3月14日 http://www.cnblogs.com/fanshuyao/ 一、使用Maven方式引入Mybatis依赖Jar包(版本号自己改或定义) Xml代码 <
阅读全文
摘要:Mybatis数据库连接报错:对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾 蕃薯耀 2018年3月14日 http://www.cnblogs.com/fanshuyao/ 一、问题描述 Java代码 Exception in thread "main" org.
阅读全文