码迷,mamicode.com
首页 > 其他好文 > 详细

The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".

时间:2020-11-30 16:17:03      阅读:17      评论:0      收藏:0      [点我收藏+]

标签:html   就会   font   type   xxx   xml配置   mic   The   ltm   

1、mybatis 错误,xxx.xml配置文件报这样的错误,具体错误,如下所示:

1 The content of element type "resultMap" must match 
2 
3  "(constructor?,id*,result*,association*,collection*,discriminator?)".

具体原因:造成的原因是<resultMap>标签中

需要按照

<id>

<result>

<association>

<collection>

顺序来进行排列,不然就会出现上面的错误的。

技术图片

 

 

The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".

标签:html   就会   font   type   xxx   xml配置   mic   The   ltm   

原文地址:https://www.cnblogs.com/biehongli/p/14009483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!