mybatis异常:org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.sunyan.domain.User

在xml文件中有个parameterMap="com.sunyan.domain.User" 应该改成parameterType="com.sunyan.domain.User"

注意: 这个可能并非是在报错方法对应的xml出现的,很有可能在别的xml文件中出现。
   注意全局查找一下,改回来




原文地址:https://www.cnblogs.com/sunyanblog/p/12392527.html