码迷,mamicode.com
首页 > 编程语言 > 详细

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:59:10      阅读:515      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!