您的位置:首页 > 编程语言 > Java开发

Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exc

2016-07-23 09:15 821 查看
在ssm中遇到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 'technics' in 'class textile.ssm.po.Fabric'

意思是找不到getter方法,一般是mapper.xml中的插入或者更新语句中名字写错了,查找mapper.xml修改即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: