码迷,mamicode.com
首页 > 编程语言 > 详细

Spring配置文件出错

时间:2019-08-14 15:15:12      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:配置文件   only   beans   str   spring配置   文件   也有   标点符号   方案   

技术图片

问题描述

Element ‘xxxxxxx‘ cannot have character [children],because the type‘s content type is element-only

解决方案

配置文件中的beans节点下面只能是元素节点,不能有字符或文本存在。

比如多余的标点符号,点,也有可能是空格。

所以将9到12行注释成这样就行了;

<!--
//1.property表示给成员变量(属性)赋值
//2.调用set方法
//3.name表示属性名
//4.ref表示bean的id名
-->

Spring配置文件出错

标签:配置文件   only   beans   str   spring配置   文件   也有   标点符号   方案   

原文地址:https://www.cnblogs.com/shijinglu2018/p/11351366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!