java mybatis-config.xml 配置文件顺序

Posted 小白快跑

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java mybatis-config.xml 配置文件顺序相关的知识,希望对你有一定的参考价值。

 

 

 

Caused by: org.xml.sax.SAXParseException; lineNumber: 129; columnNumber: 17; 元素类型为 "configuration" 的内容必须匹配 "(properties?,settings?,typeAliases?,typeHandlers?,objectFactory?,objectWrapperFactory?,reflectorFactory?,plugins?,environments?,databaseIdProvider?,mappers?)"。

 

 

原因:

mybatis-config.xml配置文件配置时,要注意节点顺序

顺序同错误提示信息一致:

元素类型为 "configuration" 的内容必须匹配 "(properties?,settings?,typeAliases?,typeHandlers?,objectFactory?,objectWrapperFactory?,plugins?,environments?

,databaseIdProvider?,mappers?)"。

以上是关于java mybatis-config.xml 配置文件顺序的主要内容,如果未能解决你的问题,请参考以下文章

Mybatis学习XML配置文件之mybatis-config.xml

Mybatis 报错 java.io.IOException: Could not find resource mybatis-config.xml

mybatis-config.xml配置pageHelper分页

解决Mybatis报错Could not find resource mybatis-config.xml

IDEA新建mybatis-config.xml配置文件

学习mybatis02---配置mybatis-config.xml文件