当前位置:网站首页>Could not set property 'ID' of 'class xx' with value 'XX' argument type mismatch solution
Could not set property 'ID' of 'class xx' with value 'XX' argument type mismatch solution
2022-07-05 13:23:00 【Exquisite·】
I'm using :
idea 2018 mysql 5.5 mybatis-plus
Report errors :
Pay attention to the bold part
2019-11-16 16:53:29.651 ERROR 24132 — [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 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property ‘id’ of ‘class com.item.DO.ClassRoomDo’ with value ‘1195625928345116673’ Cause: java.lang.IllegalArgumentException: argument type mismatch] with root cause
error analysis :
The error prompt is not set id attribute id Self growth is no problem Then it may be inserted into the database do class mybatis-plus There is no self incrementing id

terms of settlement :
stay do Class id Add... To the field @TableId Annotation settings type = IdType.AUTO To specify the id Self growth , Problem solving .
边栏推荐
- JS to determine whether an element exists in the array (four methods)
- LB10S-ASEMI整流桥LB10S
- My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
- 今年上半年,通信行业发生了哪些事?
- Run, open circuit
- MySQL --- 数据库查询 - 排序查询、分页查询
- ASEMI整流桥HD06参数,HD06图片,HD06应用
- 量价虽降,商业银行结构性存款为何受上市公司所偏爱?
- 一网打尽异步神器CompletableFuture
- Laravel document reading notes -mews/captcha use (verification code function)
猜你喜欢
随机推荐
MySQL - database query - sort query, paging query
[daily question] 1200 Minimum absolute difference
Backup and restore of Android local SQLite database
Fragmented knowledge management tool memos
Go array and slice
《2022年中國銀行業RPA供應商實力矩陣分析》研究報告正式啟動
MySQL --- 数据库查询 - 排序查询、分页查询
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
Get you started with Apache pseudo static configuration
Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
Difference between avc1 and H264
APICloud Studio3 WiFi真机同步和WiFi真机预览使用说明
今年上半年,通信行业发生了哪些事?
Could not set property ‘id‘ of ‘class XX‘ with value ‘XX‘ argument type mismatch 解决办法
Don't know these four caching modes, dare you say you understand caching?
Principle and configuration of RSTP protocol
What is a network port
蜀天梦图×微言科技丨达梦图数据库朋友圈+1
TortoiseSVN使用情形、安装与使用
解决uni-app配置页面、tabBar无效问题









