需求
将上报的数据插入到数据库
技术选型
使用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