当我在mybatis的核心配置文件SqlMapConfig.xml中配置别名的时候,老是提示错误。

The content of element type must match解决方法

把鼠标移到上去就可以看到详细的内容

如下图所示:

The content of element type must match解决方法

问题原因:

通过错误的提示信息,原来这个xml文件中的属性是有顺序要求的。

我们按照提提的属性要求来即可。

The content of element type must match解决方法

相关文章:

  • 2022-01-30
  • 2021-11-27
  • 2021-06-09
  • 2021-11-29
  • 2022-12-23
  • 2021-10-16
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-01-01
  • 2021-06-09
  • 2021-07-02
相关资源
相似解决方案