1. 程式人生 > >Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'BaseResultMap'

Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'BaseResultMap'

最後終於找出問題所在,記錄一下。

檢視你的select查詢語句中,注意檢視resultType,你可能引用的是BaseResultMap這個型別。

找到那個resultType了麼,就是它惹的禍,這裡把resultType改為resultMap就OK啦,重啟tomcat,問題解決。