关于mybatis扫描所有namespace时报错,最终原因是resultMap不能使用(我的错误记录)

时间:2025-04-20 17:23:55
Caused by: : Could not find result map
at (:346)
at (:284)
at (:107)
at (:697)
at (:667)
at (:662)
at $SqlCommand.<init>(:180)
at .<init>(:43)
at (:58)
at (:51)
at $(Unknown Source)
at (:25)
at (:47)
at (:568)
at (:180)
at (:267)
at (:198)
... 49 more
Caused by: : Result Maps collection does not contain value for
at $(:796)
at (:549)
at (:344)
... 65 more