这两个框架都是一个大神写的。用来做单表的增删改查,爽爽的。 但是复杂的查询还不知道如何用,所以我还按传统的方式 写 service maperr ,写SQL来处理复杂查询,与多表的查询。  它的复杂查询有点像 hiberate 的条件查询。可是hibernate好久没有写过了,都忘了。

<!-- 分页助手 -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>3.7.5</version>
</dependency>
<dependency>
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>0.9.1</version>
</dependency>

<!-- 通用Mapper -->
<dependency>
<groupId>com.github.abel533</groupId>
<artifactId>mapper</artifactId>
<version>2.3.4</version>
</dependency>

最新文章

  1. 获取youku视频下载链接(wireshark抓包分析)
  2. Memcache基础教程
  3. 原生态的ajax 及json和gson学习资源
  4. 第一天 Linux 是什么
  5. 如何在asp.net中使用多线程及队列,异步处理一个耗时的任务(原创)
  6. JS基础回顾,小练习(判断数组,以及函数)
  7. offsetWidth与scrollLeft
  8. C++ STL之priority_queue
  9. 转:Android studio Gradle
  10. 给QT不规则窗口添加阴影
  11. 图的强连通&amp;双连通
  12. /etc/fstab自动挂载文件系统
  13. 怎样在Android实现桌面清理内存简单Widget小控件
  14. 杭电OJ——1011 Starship Troopers(dfs + 树形dp)
  15. OOP面向对象三大特点
  16. UE4中创建第一、第三人称角色,并进行角色间的切换
  17. Intellij Idea 2018常用快捷键总结
  18. jmeter beanshell 中使用map
  19. rest_framework_extensions实现缓存
  20. WPF系列(1)WPF和XAML基础

热门文章

  1. 读《深入理解jvm虚拟机》之长期存活对象进入老年代,有感!!!!
  2. Not a git repository (or any of the parent directories): .git解决
  3. Spring Boot 要点--启动类和热部署
  4. Linux QA
  5. error LNK2001: unresolved external symbol ___CxxFrameHandler3
  6. VMware workstation 9.0中安装Windows server 2012 和 Hyper-v
  7. sql语句查询数据库案例
  8. PHP PDO fetch() 详解
  9. 爬虫:Scrapy1
  10. UVALive 5983 MAGRID DP