错误1:There is no getter for property named ‘…’ in ‘class …’
### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'values' in 'class java.lang.String'
### Cause: org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'values' in 'class java.lang.String'
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:122)
......
错误原因:Mapper文件中 #{id}, #{title}, #{type} …接收输入参数的内容有单词拼写错误
错误2:Expected one result (or null) to be returned by selectOne(), but found: 7
org.apache.ibatis.exceptions.TooManyResultsException:
Expected one result (or null) to be returned by selectOne(), but found: 7
at org.apache.ibatis.session.defaults.Default

最低0.47元/天 解锁文章
483

被折叠的 条评论
为什么被折叠?



