
Mybatis
CodeSerial
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Thymeleaf在后台获取数据在前台显示
Thymeleaf在后台获取数据在前台显示以及 JavaScript根据获取的数据进行分页初始化 后台也设计了分页 后台分页: 通过pagehelper插件实现后台数据库分页在2019.3.19中有具体描述 Pagehelper先正常的通过mybatis的mapper设置查询所有设置的sql语句与方法 然后通过配置 设置在mysql查询时自动使用pagehelper拦截器 然...原创 2019-07-08 14:12:07 · 18028 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):idea整合时遇到
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): springboot整合mybatis时遇到这个错误 在springboot启动类上已经加上了MapperScan参数是自己创建的mapper接口的引用 @SpringBootApplication @MapperScan("") xm...原创 2019-08-24 16:15:22 · 228 阅读 · 0 评论