Welcome 微信登录

首页 / 软件开发 / JAVA / myeclipse中如何配置spring xml自动提示

myeclipse中如何配置spring xml自动提示2014-11-29myeclipse中配置spring xml自动提示。

① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog

② 选择User Specified Entries,点击add按钮弹出一个选框,填入以下三项

i. Location: D:aiduyunSpringspring_docsoftspring-framework-2.5.6dist esourcesspring-beans-2.5.xsd (文件位置)
ii. Key Type: Schema Location
iii. Key: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

③ 在xml文件中按" alt + / " 会有有提示啦~~~

作者:csdn博客 zdp072