1.Result Maps collection already contains value for BaseResultMap
原因:MybatisGenerator在生成Mapper.xml文件時狐胎,會在原來基礎(chǔ)上再生成,導(dǎo)致內(nèi)容重復(fù)
解決方案:將所有的xml文件刪除, 重新生成xml, 注釋掉MyBatisGenerator Maven Plugin的插件引用
2.Error selecting key or setting result to parameter object
原因:可能是xml文件的sql語句包含";"
解決方案:將xml文件的";"刪除
3.BaseResultMap is ambiguous in Result Maps collection
原因:暫不明確
解決方案:將查詢語句的"*",換成具體列名