QQ泡沫乐园 · 免费提供游戏辅助,破解软件,活动资讯,喜欢记得收藏哦!
综合软件_线报活动_游戏辅助_最新电影_最优质的的辅助分享平台

如何绑定本地约束文件先复制这个地址后续步骤步骤?

泡沫乐园 2022-05-25 09:25

使用各种xml配置文件时火火兔提示没有文件,都需要添加相应的约束规则,有时候会出现不会自动提示,以Spring注解开发为例。

注解开发时给配置文件添加的约束如下


<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:context="http://www.springframework.org/schema/context" 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">
        
         <context:component-scan base-package="com.hk.spring.di01">context:component-scan>
beans>

添加了约束,却还没有绑定约束文件,所以没有提示,特别是在没有网络的情况下,从约束中可以看出约束文件的地址在,还有一个在,为了在没有网络的情况下也可以有提示,就需要绑定本地约束文件

复制这个地址

后续步骤如下Window—>Perferences—>MyEclips—>Files and Editors—>XML—>XML Files—>XML Catalog—>User Specified Entries—>Add

然后就会看到这个界面

这里写图片描述

然后火火兔提示没有文件,Key Type 选择URI,Key把你复制的内容粘贴进去,Location点击File System(绑定本地xsd)

这里写图片描述

然后找到对应的spring-context.xsd的位置,一般都是在你下载的Spring里

这里写图片描述

我的是4.2版本,根据自己的版本选择

这里写图片描述

点击ok,搞定,重新打开配置文件,提示就有了

这只是弄好了其中一个,另一个spring-beans.xsd也类似,只是它的本地位置不一样,其他操作一样

这里写图片描述

米宝兔和火火兔的区别_火火兔提示没有文件_火火兔 插卡无文件

相关文章