解决:IncompleteElementException: Could not find result map

今天是非常痛苦的一天,在做一个项目的过程中遇到了,在这里记录下来
idea控制台:

31-Jul-2019 21:13:29.676 警告 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [Atcrowdfunding_main_war_exploded] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

接着看Tomcat Localhost Log
解决:IncompleteElementException: Could not find result map
这个错误它给我定位到项目中第一次使用myBatis查询的地方,导致我找错误的方向错了。最后发现:
解决:IncompleteElementException: Could not find result map

解决:

解决:IncompleteElementException: Could not find result map
总结:
当出现类似的错误时一定要先检查Mapper映射文件。