mybatis的Could not set property ‘id’ of ‘com.*.sys.entity’ with value ‘********’报错问题
Posted LHD1998
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis的Could not set property ‘id’ of ‘com.*.sys.entity’ with value ‘********’报错问题相关的知识,希望对你有一定的参考价值。
今天遇到一个我自己很少遇见的问题,我是用mybatis自动生成的entity,和dao以及mapper
。在我对数据库进行添加数据时发现mybatis报错了。
Could not set property ‘id’ of ‘com.*.sys.entity’ with value ‘********’
说是不能设置属性为id,值为‘*******’,但是我发现我自己也没有对id进行任何操作,
然后我把id的值设置为null,测试后还是会报这个异常。最后我是在entity里面把id的Integer
包装器改为了int基本类性,测试了一下就行了。这个是个由什么引起的还得进一步去查找。
以上是关于mybatis的Could not set property ‘id’ of ‘com.*.sys.entity’ with value ‘********’报错问题的主要内容,如果未能解决你的问题,请参考以下文章
mybatis Could not find resource
解决Mybatis报错Could not find resource mybatis-config.xml
mybatis异常:Could not find result map ......... 问题分析及解决
IDEA mybatis 在service无法使用@Autowired , could not autowire
8623错误:The query processor ran out of internal resources and could not pro