上线强烈注意事项:jar冲突

jar包冲突,导致

项目中已添加

1
2
//分页插件
compile "com.github.pagehelper:pagehelper:4.1.3"

出现问题:net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List;

去掉或者添加

1
compile group: 'com.github.jsqlparser', name: 'jsqlparser', version: '3.1'