我是靠谱客的博主 俏皮美女,这篇文章主要介绍nested exception is org.apache.ibatis.reflection.ReflectionException,现在分享给大家,希望可以做个参考。

错误情况

Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'paperId' of 'class com.xiaobao.pojo.Paper' with value '1' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'paperId' in 'class com.xiaobao.pojo.Paper'

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'paperId' of 'class com.xiaobao.pojo.Paper' with value '1' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'paperId' in 'class com.xiaobao.pojo.Paper'
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 

原因  实体类 与 mapper.xml 文件的get,set方法不对应    顺便检查一下jsp文件  以防写错字母

 

最后

以上就是俏皮美女最近收集整理的关于nested exception is org.apache.ibatis.reflection.ReflectionException的全部内容,更多相关nested内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(125)

评论列表共有 0 条评论

立即
投稿
返回
顶部