SAXParseException的錯誤解決之二
配置Mybatis的sqlConfig.xml中的別名時,報SAXParseException錯誤
配置如下
但在測試時,報如下錯誤:
*The content of element type “configuration” must match
"'properties?,sttings?,typeAliases,typeHandlers?,objectractoryl.objectWrapperfactory?relectorfactoryl.plugins, envronments?,databaseldProwider,mappers?).
*
通過對DTD的特性瞭解和報錯原因的查詢,原來時因為定義別名時,放置的順序位置有錯,我將自定義別名配置放在了mappers之後,而按照規則只需要放在properties和settings之後,其他配置之前,修改位置之後,問題解決!
請自己把握細節!!
相關文章
- SAXParseException An invalid XML character 問題的解決ExceptionXML
- Ocelot錯誤解決
- undefined reference to錯誤的解決方法Undefined
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows
- dns錯誤怎麼辦 dns錯誤的解決辦法DNS
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- Qt報Multiple definition錯誤的解決QT
- Cocopods的升級錯誤解決
- 解決 ngrok 的 Domain 錯誤問題AI
- 錯誤Namenodeisinsafemode的解決方法
- 解決DBCA的ORA-32700錯誤
- 【MySQL】解決mysql的 1594 錯誤MySql
- latex 錯誤以及解決方案
- ora-27504錯誤解決
- Datastore error in 'dirbdb'錯誤解決ASTError
- ORA-27054 錯誤解決
- mysql與php錯誤解決MySqlPHP
- mysql錯誤解決總結MySql
- PbootCMS 404 錯誤解決方法boot
- 【故障解決】OGG-00446 錯誤解決
- 微信支付錯誤兩個問題的解決:curl出錯,錯誤碼:60
- 寬頻連線錯誤678 寬頻連線錯誤691錯誤的解決辦法
- dbfread報錯ValueError錯誤解決方法Error
- standby新增檔案錯誤的解決方法
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- Mac上搭建chromedriver的錯誤解決方法MacChrome
- 一個 ExpressionChangedAfterItHasBeenCheckedError 錯誤的解決過程ExpressError
- scp出現錯誤的解決辦法
- [傳]解決DBCA的ORA-32700錯誤
- ORA-00091錯誤的解決方式
- sqplus 的 segmentation fault錯誤及解決!Segmentation
- 編譯EJB出現錯誤的解決編譯
- 解決ntp的錯誤 no server suitable for synchronization foundServerUI
- samba一個錯誤的解決辦法!Samba
- `QtValidLicenseForCoreModule' does not name a type 錯誤的解決QTREM