星小梦
星小梦
> 很早就支持,你遇到的问题是什么? 不支持吧?我看这个starter就支持springboot2系列的版本吧?还是说你得意思是直接使用pagehelper,不使用这个springboot starter了?
> 支持5.0,看这里: https://github.com/pagehelper/pagehelper-sqlparser 最新版本基于4.7,兼容5.0 感谢回复。 如果是兼容jsqlparser5.0版本的话,那5.1版本应该也会兼容吧,因为不是主版本的变更。这是我的理解。 我使用的环境是jdk17, jsqlparser 5.1版本。 分页时,出现这个错误,通过调试方法是存在的,但是程序执行到这一步就会报错。 ```txt Caused by: java.lang.NoSuchMethodError: 'net.sf.jsqlparser.statement.select.Select net.sf.jsqlparser.statement.select.WithItem.getSelect()' at com.github.pagehelper.parser.defaults.DefaultCountSqlParser.processWithItemsList(DefaultCountSqlParser.java:272) at com.github.pagehelper.parser.defaults.DefaultCountSqlParser.getSmartCountSql(DefaultCountSqlParser.java:88) at com.github.pagehelper.dialect.AbstractHelperDialect.getCountSql(AbstractHelperDialect.java:79) at com.github.pagehelper.PageHelper.getCountSql(PageHelper.java:111) at com.github.pagehelper.util.ExecutorUtil.executeAutoCount(ExecutorUtil.java:157) at com.github.pagehelper.PageInterceptor.count(PageInterceptor.java:251) at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:154)...
> 大部分开源框架作者都不喜欢jsqlparser,因为这个库几乎每个小版本都不兼容。看你发的应该是5.0和5.1不兼容。 唉,Java层面的活跃的并且开源的sql解析器,非jsqlparser莫属了。地位不可撼动了。 mybatis-plus依赖使用的jsqlparser5.1以上版本的jsqlparser,pagehelper使用的是5.0以下版本的,我感觉这是无解的吧?调jsqlparser依赖版本容易导致pagehelper和mybatis-plus库不支持吧?
I have the same problem. I still have a doubt, because are there any similarities between the two commands `electron-forge start` and `electron.`? Why are parameters supported by `electron .`...