nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class
时间: 2023-10-17 09:01:16 浏览: 171
com.soso.eduservice.domain.EduTeacher' with value '1444921964545253378' Cause: java.lang.IllegalArgumentException: argument type mismatch 的错误是什么意思?该如何解决?
这个错误是MyBatis反射异常的嵌套异常,表示在给属性'id'设置值时发生了类型不匹配的错误。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [解决:nested exception is org.apache.ibatis.reflection.ReflectionException](https://blog.csdn.net/weixin_46128463/article/details/122972922)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *3* [nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property ‘id‘ ...](https://blog.csdn.net/jokerwillin/article/details/120604175)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文