net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List;


錯誤信息:

net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List;

這個錯誤導致我啟動項目失敗。

錯誤原因:
發現是pagehelper插件沖突導致的(我引入了一個pagehelper,同事又引入了一個pagehelper,版本不一樣,去除她的就好了)。

搜了相關資料說是它的沖突:

<dependency>
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>3.1</version>
</dependency>

但是我的項目並沒有引入它(估計可能是maven的依賴傳遞)。

參考資料:
net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List;


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM