今天遇到了一个Mybatis异常:
[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 'xxxxx' in 'class java.lang.String']
解决方法:
在Mapper代码的参数前加是 @Param 注解