thinkgem / jeesite

Java rapid development platform, based (Spring Boot, Spring MVC, Apache Shiro, MyBatis, Beetl, Bootstrap, AdminLTE), online code generation, including modules: Organization, role users, menu and button authorization, data permissions, system parameters, content management, workflow, etc. Loose coupling design is adopted; one key skin switch; account security Settings, password policies; Online scheduled task configuration; Support cluster, support SAAS; Support for multiple data sources
http://jeesite.com
Apache License 2.0
8k stars 5.66k forks source link

简单看了一下,奇怪为啥不直接用spring data的PagingAndSortingRepository接口? #10

Closed Ar1thmetic closed 11 years ago

Ar1thmetic commented 11 years ago

菜鸟斗胆提问。为啥那么费事自己还直接写BaseDao?spring data给你实现好的分页接口干嘛不用?

Ar1thmetic commented 11 years ago

瀑布汗,这是一个神马项目啊?24小时没人来过??

thinkgem commented 11 years ago

不好意思,最近挺忙。保留多种查询方式,说实话,个人用着Spring Data JPA的Specification不太好用。