/*

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文件中出现。
   注意全局查找一下,改回来




posted @ 2020-03-01 22:11  Enthusiast  阅读(154)  评论(0编辑  收藏  举报