SSM的 日常错误 之 mybatis
Posted 寂 静 生 长
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSM的 日常错误 之 mybatis相关的知识,希望对你有一定的参考价值。
HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named \'create\' in \'class com.imooc.oa.entity.ClaimVoucher\'
mybatis 最常见的的错误 就是 映射文件和entity类 结合的错误 少些 或 多写几个单词 就会造成致命的错误
上面的提示是说 在我的映射文件中 resultMap 下没有找到 create 这个 属性名字 是因为我在entity里面的属性是creater 而在书写mybatis的映射文件时 少写了一个r 所以报这个错误的 真是一点疏忽就会出错啊
以上是关于SSM的 日常错误 之 mybatis的主要内容,如果未能解决你的问题,请参考以下文章