首页 > 其他 > 详细

Element 'beans' cannot have character [children],because the type's content type is element

时间:2020-01-10 00:01:33      阅读:86      评论:0      收藏:0      [点我收藏+]

配置文件错误—— Element ‘beans‘ cannot have character [children],because the type‘s content type is element

 

意为 beans 标签下只能存在子元素节点,不能存在文本符号

 

当编译器放生这种错误时,就是配置文件发生错误。这种错误有两种情况。

1.简单错误:仔细观察代码,有时可能是存在一个文本符号

2.难以发现的错误:核实代码,完全没有文本符号,就有可能是编码问题,将整段拷贝,用notepad++打开,使用ANSI编码格式,就能发现错误。

我走的坑是第二个,拷贝的notepad++上,结果如图 :

utf-8格式下:

 技术分享图片

ANSI格式下:

技术分享图片

 

 使用ANSI编码,就莫名其妙多出这个玩意了,删除即可。

Element 'beans' cannot have character [children],because the type's content type is element

原文:https://www.cnblogs.com/knightlj/p/12173714.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!