myEclipse中spring配置文件自动提示

进入:window -> Preference… -> MyEclipse -> Editors -> XML ->XML Catalog
选择:选中“User Specified Entries”,点击“Add…”按钮
填入:
URI: 请选择本地文件系统上SPRING_HOME/dist/
resources/spring-beans-2.0.xsd 文件 (在Eclipse安装文件里查找此文件)
Key Type: 选择Schema Location
Key: http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
点击确定

你可能感兴趣的:(学习笔记)