首先下载ehcache.xsd文件 http://ehcache.org/ehcache.xsd
1、首先将 ehcache.xml 的 <ehcache> 元素的xsi:noNamespaceSchemaLocation属性进行修改,本例为
xsi:noNamespaceSchemaLocation="http://ehcache.xsd"
2、打开eclipse,依次点击 Window -> Preferences -> XML -> XML Catalog
-> User Specified Entries ,点击 Add 按钮,选择 Catalog Entry ,在 Location 输入 ehcache.xsd 路径,key type 选择 Schema location ,key 值填写步骤1中设置的xsi:noNamespaceSchemaLocation属性值http://ehcache.xsd,点击ok就配置好了,现在可以提示了。
-> User Specified Entries ,点击 Add 按钮,选择 Catalog Entry ,在 Location 输入 ehcache.xsd 路径,key type 选择 Schema location ,key 值填写步骤1中设置的xsi:noNamespaceSchemaLocation属性值http://ehcache.xsd,点击ok就配置好了,现在可以提示了。
本文由一叶发布,不代表一叶立场,转载联系作者并注明出处:https://yiyeo.com/yingyong/198.html