推荐
专栏
教程
课程
飞鹅
本次共找到416条
mybatis
相关的信息
京东云开发者
•
2年前
把Mybatis Generator生成的代码加上想要的注释
作者:王建乐1前言在日常开发工作中,我们经常用MybatisGenerator根据表结构生成对应的实体类和Mapper文件。但是MybatisGenerator默认生成的代码中,注释并不是我们想要的,所以一般在Gene
Stella981
•
3年前
MyBatis异常 之 Mapped Statements collection does not contain value for xxx
背景执行mybatismapper中的一个方法时报错:java.lang.IllegalArgumentException:MappedStatementscollectiondoesnotcontainvalueforcom.xxx.mapper.SysDictionaryMapper.findByTypeCode
Easter79
•
3年前
Struts2+Spring3.0+MyBatis3.0平台搭建
Struts2采用的版本是2.2.3Spring采用的版本是3.0.5MyBatis,即是以前的iBatis。采用的版本是3.0.5我的习惯呢是一个一个来,先让struts在系统上跑起来,Struts2的文档让偶有点生气了,因为在以前的Struts2版本中!(http://static.oschina.net/uploads/img/2
Stella981
•
3年前
MyBatis中的@Mapper注解及配套注解使用详解
https://blog.csdn.net/phenomenonstell/article/details/79033144(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fphenomenonstell%2Farticle%2Fdetails%2F790
Stella981
•
3年前
Mybatis中如何将POJO作为参数传入sql
今天在工作时,需要将获取的用户的注册信息插入数据库,开始的做法是将所有的model的属性作为DAO接口的参数,后来想想不对劲,要是有100个属性,那我这个接口岂不是要有100个参数传进来?于是我就考虑将整个Model或者DTO作为DAO接口的参数,向SQL传参,具体的实现如下: (1)定义DAO接口:1@Repository
Stella981
•
3年前
Spring Boot中mybatis insert 如何获得自增id
https://www.cnblogs.com/quancoder/p/8728410.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fquancoder%2Fp%2F8728410.html)注意要显式设置主键,通过:@
Stella981
•
3年前
Mybatis 敏捷开发之快速查看目标执行SQL
配置SpringBoot输出SQL只需要把你的Mapper包名配置成debug即可logging:level:com:pig4cloud:pigx:mapper:debug
Stella981
•
3年前
Spring Boot demo系列(三):Spring Web+MyBatis Plus
2021.2.24更新1概述SpringWebMyBatisPlus的一个Demo,内容和上一篇(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fqq_27525611%2Farticle%
Stella981
•
3年前
MyBatis初级实战之四:druid多数据源
欢迎访问我的GitHubhttps://github.com/zq2599/blog\_demos(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fzq2599%2Fblog_demos)内容:所有原创文章分类汇总及配套源码,涉及Java、Do
Stella981
•
3年前
Spring Boot(九):springboot结合mybatis实现增删改查
一、前言最近在跟着视频做码匠社区项目,视频中连接H2数据库,但是我这个社区版的IDEA无法集成H2,暂时还未找到解决办法。!(https://oscimg.oschina.net/oscnet/up63070cc09a5906d48aedf92a282c68abf8b.png)因此想到了之前练习的连接MySQL,为了能继续下去,只能
1
•••
34
35
36
•••
42