mybatis中的mapper文件错误

The content of element type "resultMap" must match ...

①错误原因:

<resultMap>标签中需要按照一下顺序编写:

<id>

<result>

<association>

<collection>

The content of element type "resultMap" must match ...

 

相关文章: