Spring中编写配置文件之帮助提示

本文详细解读了Spring基本配置文件的文件头,并提供了在MyEclipse中配置Spring XML文件的方法,包括网络下载schema文件和手动添加schema文件的步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


先来看一个spring基本配置文件的文件头

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">


起到提示作用的是http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

myeclipse会从网上下载该xsd,将该文件内容缓存


在编写spring.xml出现提示有如下方法


方法一

打开网络,让eclipse自行上网下载

方法二

手动添加schema文件


① 找到xmlcatalog

windows—>preferences—>myeclipse—>files and editors—>xml—>xmlcatalog

②找到xds文件

点击add在出现的窗口中的Key Type中选择URI,在location中选择"File system",找到spring解压目录的dis/resource目录中选择spring-beans-2.5.xsd

③配置相关信息

将Key Type改为Schema location。Key改为http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值