eclipse里面xml文件的提示如何设置?

本文详细介绍如何从官方网站下载Spring配置的xsd文件,并将其正确地应用于applicationContext.xml中,以实现代码补全和验证功能。通过具体步骤指导,读者可以轻松完成Spring项目的配置文件设置。
摘要由CSDN通过智能技术生成

亲测有效!

  1. http://www.springframework.org/schema下载自己需要的配置,Ctrl+s保存为xsd文件。
  2. applicationContext的配置问文件

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:context="http://www.springframework.org/schema/context"
        xmlns:aop="http://www.springframework.org/schema/aop"
        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.xsd
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
        ">


    </beans>

点击window找到XML Catalog,点击add。

点击file system,选择下载的文件,key type选择Schema location,地址为http://www.springframework.org/schema/beans/spring-beans.xsd。

最后点击OK即可。

关闭xml文件重新打开即可出现提示。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值
>