
Mybatis
javaee_chen123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
引入MyBatisPlus遇到的问题(二)
错误描述:引入mybatis-plus后,调用mapper接口的方法,报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.chenliang.dao.TbRoleMapper.deleteByPrimaryKey环境:之前用的是mybaits(持久层框架)+github.pagehelper(分页)后来,想改成mybatis-plus,以便于简化开发;但是分页组件暂原创 2020-07-06 16:00:15 · 1440 阅读 · 0 评论 -
引入MyBatisPlus遇到的问题(一)
错误:Correct the classpath of your application so that it contains a single, compatible version of com.baomidou.mybatisplus.core.MybatisConfiguration原因:.由于原来采用分页用的是github.pagehelper,<!--分页github.pagehelper--> <dependency>原创 2020-07-06 15:46:55 · 2800 阅读 · 0 评论