Eclipse添加xml文件提示及Hibernate配置学习[转载]

时间:2014-05-26 19:50:16   收藏:0   阅读:423

文件提示功能在开发过程中很实用的,本文实现了一个Eclipse添加xml文件提示,感兴趣的朋友可以了解下啊,希望本文对你有所帮助

添加Hibernate配置文件提示 
解压hibernate.jar包 
在org\hibernate目录下找到hibernate-configuration-3.0.dtd和hibernate-mapping-3.0.dtd 
打开Eclipse-->Window-->Preferences-->Web and XML-->XML Catalog 
在右边点击Add XML Catalog Entry 
location:引入上面说的dtd文件 

Key Type:URL 
Key:打开dtd文件粘贴如下路径 
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd 
http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd

Eclipse添加xml文件提示及Hibernate配置学习[转载],布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!