报错1: Caused by: java.lang.ClassNotFoundException: Cannot find class: baseResultMap
解决方案: 相应的model对应的mapping中将resultType改成resultMap即可。
错误2: Google为设置清楚缓存
错误3:
错误4:
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'type' in 'class java.lang.String'
上面type位置好像只能是value, 为什么?
错误5:



