Eclipse编辑spring配置文件时提示功能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse编辑spring配置文件时提示功能相关的知识,希望对你有一定的参考价值。

参考技术A

  我们使用eclipse编辑spring配置文件时 经常没有提示 而无从下手时 现在我们就来解决没有提示的问题

  原因是因为eclipse中没有配置xsd文件

  步骤一 把如下头文件拷贝到你的spring配置文件中

  <?xml version= encoding= UTF ?>

  <beans xmlns=

  xmlns:xsi= instance

  xmlns:aop=

  xmlns:tx=

  xmlns:jdbc=

  xmlns:context=

  xmlns:util=

  xsi:schemaLocation= context xsd

   beans xsd

   jdbc xsd

   tx xsd

   aop xsd

   util xsd >

  </beans>

  步骤二 根据头文件的中的链接点击去下载spring对应版本的 xsd文件 到本地

  步骤三 下载好之后 接下来就是要添加到eclipse中

  在eclipse菜单中进入

  window >prefernces >XML >XML Catalog >Add >File System 然后选择刚才下载下来的 xsd文件

  location:比如C:\\spring beans xsd

  key type:选择Schema Location

  key:填写/schema/beans/spring beans xsd

lishixinzhi/Article/program/Java/ky/201311/28723

MyEclipse 编辑spring配置文件,包名提示

MyEclipse中,编辑spring配置文件时,发现没有提示,可以尝试一下方法。

做下笔记。

1.


在windows-->Preference-->MyEclipse-->File and Editors-->xml-->xml Catalog配置了如下配置:

Location:F:\\money\\jar\\spring-framework-2.5.6\\dist\\resources\\spring-beans-2.5.xsd  //spring jar路径

Key Type:Schema Location

Key:http://www.springframework.org/schema/beans/spring-beans-2.5.xsd  //固定值


2.

先添加spring支持后
你点 src目标 然后 右键鼠标 new 然后 Other 然后 在里面找到 Myeclipse 然后在 找到 spring
然后在 点 spring bean difind 然后 设置好路径 点下一步 就可以看到很多选择
然后 你可以选 aop tx context等  然后下面勾上你要用的 xsd
这样创建的 xml文件 就有自动 提示了



其中第一种方法亲测,好使。第二种没测试。

以上是关于Eclipse编辑spring配置文件时提示功能的主要内容,如果未能解决你的问题,请参考以下文章

eclipse为xml文件自动提示(xml插件),以spring配置文件为例

在Eclipse平台上安装STS插件

在Eclipse平台上安装STS插件

MyEclipse 编辑spring配置文件,包名提示

Eclipse编辑XML文件的代码提示

eclipse编辑ftl时怎样有标签以及方法的提示