首页 > 编程语言 > 详细

SpringMvc错误:HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is n

时间:2016-10-21 00:58:09      阅读:5241      评论:0      收藏:0      [点我收藏+]
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 ‘ItemsCustom‘ in ‘class com.mybatis.po.ItemsQueryVo‘
<if test="ItemsCustom != null">
      <if test="itemsCustom.name != null and itemsCustom.name != ‘‘">
          name like‘%${itemsCustom.name}%‘
      </if>
  </if>

原因是因为在在xml文件中把属性

itemsCustom写成
ItemsCustom类名了

 

SpringMvc错误:HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is n

原文:http://www.cnblogs.com/mrluotong/p/5982792.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!