springboot_mybatis_pageHelper所遇到的問題點
1,Result Maps用錯,應該用resultType
2020-12-25 11:32:12.796 ERROR 5576 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.yjg.honest.mybatis.bean.Product] with root cause
java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.yjg.honest.mybatis.bean.Product
at org.apache.ibatis.session.Configuration$StrictMap.get(Configuration.java:1031) ~[mybatis-3.5.6.jar:3.5.6]
2.mybatis對映檔案裡,SQL文加了分號,應去除分號。
### The error occurred while setting parameters
### SQL: select * from product; LIMIT ?
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 2' at line 1
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 2' at line 1] with root cause
相關文章
- 執行docker run所遇到的問題Docker
- Pyinstaller打包Pytorch框架所遇到的問題PyTorch框架
- nodejs 近期所遇到的問題及解決NodeJS
- rac新增節點容易遇到的問題
- Python 使用 uiautormator 工具進行 App 遍歷所遇到的問題PythonUIORMAPP
- Springboot整合mybatis實現多資料來源所遇到的問題Spring BootMyBatis
- vue 元件使用中的細節點(你極有可能遇到但卻不知所措小問題)Vue元件
- linux遇到的問題Linux
- Vagrant 遇到的問題
- Homestead 遇到的問題
- sudo 遇到的問題
- JackJson遇到的問題JSON
- mysql 遇到的問題MySql
- WangEditor遇到的問題
- macbook 下安裝Goglang 以及安裝svn外掛所遇到的問題MacGo
- rac新增節點容易遇到的問題(11g)
- 11g rac新增節點容易遇到的問題
- 盤點FCPX可能會遇到的問題,快來看看有你遇到的嗎(二)
- 使用git遇到的問題Git
- SpringBoot遇到的某些問題Spring Boot
- 我遇到的小白問題
- React Native遇到的問題React Native
- 部署Jenkins + 遇到的問題Jenkins
- fastadmin自己遇到的問題AST
- 本週遇到的問題
- Windows 10 下搭建 Homestead 環境 Vagrant up 所遇到的問題及解決Windows
- 開發composer 包所遇到的問題之,依賴的包報警告資訊
- 遇到奇葩問題
- 遇到的編碼問題、時區問題整理
- CentOS 7.4 安裝 K8S v1.11.0 叢集所遇到的問題CentOSK8S
- PHP程式設計師遇到問題的冷門知識點PHP程式設計師
- laravel使用中遇到的問題Laravel
- 安裝kylin遇到的問題
- Hodoop配置中遇到的問題OdooOOP
- 工作中遇到的問題
- Laravel-pay 遇到的問題Laravel
- Laravel 安裝遇到的問題Laravel
- Go mod 使用遇到的問題Go