上线强烈注意事项:jar冲突 发表于 2021-09-09 更新于 2024-04-30 分类于 问题处理 本文字数: 281 阅读时长 ≈ 1 分钟 jar包冲突,导致 项目中已添加 12//分页插件compile "com.github.pagehelper:pagehelper:4.1.3" 出现问题:net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List; 去掉或者添加 1compile group: 'com.github.jsqlparser', name: 'jsqlparser', version: '3.1'