mybaits报错:The content of element type “resultMap“ must match “(constructor?,id*,result*,associati。。。

简介: mybaits报错:The content of element type “resultMap“ must match “(constructor?,id*,result*,associati。。。

这是一个坑

检查下你某个(一般是最新写的)mapper.xml文件的resultMap中

mybatis对标签顺序是有要求的

以下是正确顺序

  1. < id >
  2. < result >
  3. < association >
  4. < collection >
相关文章
|
8月前
|
SQL 安全 Java
resultMap 与 resultType、parameterMap 与 parameterType的区别
resultMap 与 resultType、parameterMap 与 parameterType的区别
115 0
|
8月前
|
SQL IDE Java
hibernate5 Cannot create TypedQuery for query with more than one return using requested result type
hibernate5 Cannot create TypedQuery for query with more than one return using requested result type
85 0
|
2月前
|
SQL 数据库
Result Set
【11月更文挑战第02天】
42 1
|
4月前
ts中interface和type的区别
ts中interface和type的区别
163 21
|
8月前
|
JavaScript
TS中 type和interface的区别
TS中 type和interface的区别
1025 0
|
8月前
|
前端开发 开发者
TS7031: Binding element ‘role‘ implicitly has an ‘any‘ type.
TS7031: Binding element ‘role‘ implicitly has an ‘any‘ type.
97 1
|
8月前
|
SQL XML Java
mybatis元素类型为 "resultMap" 的内容必须匹配 "(constructor?,id *,result*,association报错解决
mybatis元素类型为 "resultMap" 的内容必须匹配 "(constructor?,id *,result*,association报错解决
437 0
|
8月前
|
JavaScript 前端开发 索引
TS - interface和type的区别
TS - interface和type的区别
96 0
|
XML 数据格式
Cannot find class: BaseResultMap解决方法
Cannot find class: BaseResultMap解决方法
275 0
Cannot find class: BaseResultMap解决方法
组件是默认值报错:Props with type Object/Array must use a factory function to return the default value
组件是默认值报错:Props with type Object/Array must use a factory function to return the default value
368 0
组件是默认值报错:Props with type Object/Array must use a factory function to return the default value

热门文章

最新文章