myeclipse中配置spring xml自己主动提示
Posted mqxnongmin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了myeclipse中配置spring xml自己主动提示相关的知识,希望对你有一定的参考价值。
版权声明: https://blog.csdn.net/zdp072/article/details/24582173
这是一篇分享技巧的文章:myeclipse中配置spring xml自己主动提示。
① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog
② 选择User Specified Entries,点击addbutton弹出一个选框,填入下面三项
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 + / ‘ 会有有提示啦~~~
以上是关于myeclipse中配置spring xml自己主动提示的主要内容,如果未能解决你的问题,请参考以下文章
myeclipse 8.6 for spring 在保存或是打开xml文件时总是无响应,要等待好长时间,怎么办?是版本问题吗?