Results 488 comments of Liuzh

这个项目就是示例,不会继续更新。 你看看原作者的项目:http://git.oschina.net/naan1993/guns

这个项目只是为了让初学者参考使用通用Mapper和分页插件,不会再更新的。

配置文件用相对路径。 2017-08-27 21:28 GMT+08:00 孤舟烟雨 : > 确实没有考虑mac啊 都是D:\啥的 哈哈 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email...

漏了starter了。。。jsqlparser 4.4 有不兼容的地方,暂时不升级。

`Caused by: java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to com.github.pagehelper.Dialect` 你用的 starter,你还自己配置了?还配置错了? 5.x 版本的拦截器不是 PageHelper 类,可以看新版本的文档!

PageHelper 实现Dialect接口了。。。但不是拦截器接口!

在这里加断点看看: https://github.com/pagehelper/Mybatis-PageHelper/blob/3a144732ddd24e4b1fac3e3d9cbd0370314e48d6/src/main/java/com/github/pagehelper/parser/CountSqlParser.java#L184

测试发现也是 `T_RAIN_RANK as (select tm, SUM(T.[0000000003]) as '0000000003', SUM(T.[0000000004]) as '0000000004'` 行无法解析导致的,应该和你说的名字有关。