当前位置: 代码迷 >> Eclipse >> 在eclipse中 配备spring 自定义的schema文件
  详细解决方案

在eclipse中 配备spring 自定义的schema文件

热度:49   发布时间:2016-04-23 02:16:30.0
在eclipse中 配置spring 自定义的schema文件

问题:使用了spring自定义schema时,在xml文件中无法自动提示自定义的tag。

?

解决:在eclipse中设置:

打开 Windows-->preferences-XML-XML catalog

然后在右边的User specified Entries 中增加一项:

Location:xsd文件的位置

KeyType:Schema Location

Key: http://www.mycompany.com/schema/fooo/fooo.xsd

  相关解决方案