springboot集成mybatis

该文介绍了如何使用SpringBoot创建项目,集成Mybatis进行数据操作,不使用MybatisPlus和tk.mybatis。步骤包括添加依赖、配置数据源、创建Mapper接口和XML文件,以及利用PageHelper做分页。此外,还讨论了SpringBoot中的AOP注解缓存和Druid数据源的使用,以及数据库密码加密的方法。
摘要由CSDN通过智能技术生成

需求

将上报的数据插入到数据库

技术选型

使用mybatis,不选择mybatis plus和tkmybatis
springboot创建基于https://start.spring.io/进行创建pom或者刷新
分页采用pagehelper
在这里插入图片描述
mybatis尽量采用不写xml方式

步骤

  • 配置pom依赖
  • 配置数据源和mapper
  • 创建数据表
  • 创建领域模型类
  • 创建Mapper类(接口)
  • 创建mapper.xml(实现)
  • 跑单元测试

缓存

SpringBoot支持AOP注解方式缓存

参考资料

1、超全超详细解读,mybatis报org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)错误
https://blog.csdn.net/myhes/article/details/86430126

2、解决Mybatis中 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)错误
https://blog.csdn.net/m0_46402847/article/details/130623276

3、SpringBoot结合MyBatis 【超详细】
https://blog.csdn.net/m0_65563175/article/details/127354442

4、apache的druid
https://druid.apache.org/

5、阿里的druid

5、springboot2和springboot3的区别
https://worktile.com/kb/ask/36982.html

6、pagehelper
https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md

7、mybatis官网
http://mybatis.org/

8、druid的数据库密码加密
https://blog.csdn.net/weixin_44784871/article/details/119238922

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值