MyBatis
intx
欢迎来到intx的优快云
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mybatis常用技巧
持久层代码:(ServiceImpl->Mapper.java->Mapper.xml) taMarginLendingRecordExtendsMapper.selectByCreateTime(totalApplyParam); List<TaMarginLendingRecord> selectByCreateTime(Map<String , Objec...原创 2018-08-24 10:30:20 · 524 阅读 · 0 评论 -
MyBatis PageHelper后台使用
pageHelper分页插件使用总结 1、添加jar包货添加pom文件 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.0.0</version> &原创 2018-08-22 14:49:50 · 500 阅读 · 0 评论
分享