mybatis的错误提示

 今天在启动服务器的时候 发生错误

  Open quote is expected for attribute "type" associated with an  element type  "resultMap"

造成的原因是 mybatis.xml中的 type  少了引号

正常的启动,加载到自己新加入的 xml的时候会报错。XML中的type有问题

类似的问题:

http://blog.csdn.net/frist_huangsuli/article/details/8198819

http://blog.csdn.net/shehun11/article/details/44037929

他会很贴心的提示你错误在 property 还是namespace  还有少半个引号的时候的"<"等。

原文地址:https://www.cnblogs.com/mfser/p/7552404.html