最新 最热

SpringBoot+Mybatis实现分页查询[通俗易懂]

分页查询是在web开发中常用的一种技术,当某个页面查询返回的数据量较大时,为了提高性能和用户体验不能将所有数据一次性返回给过前端,这时候就需要用到分页查询了...

2022-08-22
0

mybatis-plus超详细讲解[通俗易懂]

MyBatis-Plus(简称 MP)是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。

2022-08-22
1

SpringBoot + mybatis 分页查询

com.github.pagehelper.PageHelper是一款好用的开源免费的Mybatis第三方分页插件。使用的时候,只要简单配置,就可以在查询语句之后得到所需的分页信息。

2022-08-22
0

sql注入工具类

在mybatis-plus中内置了该工具类:/* * Copyright (c) 2011-2022, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may ...

2022-08-21
1

bean-searcher整合mybatis-plus逻辑删除

https://bs.zhxu.cn/guide/latest/advance.html#参数过滤器

2022-08-21
0

mybatis流式查询

https://gitee.com/VampireAchao/simple-mybatis.git

2022-08-21
0

StaticService

https://gitee.com/baomidou/mybatis-plus/pulls/223

2022-08-21
0

mybatis拦截器

Executor,执行器,我们可以看到它包含了如下方法,说明它是一个比较全能的范围,可以做很多事情参数如处理、返回处理、重写sql等

2022-08-21
0

新增SqlHelper.execute

链接:https://gitee.com/baomidou/mybatis-plus/pulls/215/files

2022-08-21
0

SqlSession

在Mybatis中SqlSession类比于我们在使用原生jdbc时的Connection对象,用完需要释放。。。

2022-08-21
1