1_eclipse导入hibernate 的DTD 文件

Posted FanYiZhan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1_eclipse导入hibernate 的DTD 文件相关的知识,希望对你有一定的参考价值。

1、解压:找到 dtd 文件

lib

required

解压 core 文件,然后在 /org/hibernate 下找到 dtd 文件(hibernate-configuration-3.0.dtd、hibernate-mapping-3.0.dtd)

2、Eclipse 导入DTD文件 

preference—xml—xml catalog—user specified entries--add

(1)导入configuration.dtd 文件

Key type:Public ID

Key: -//Hibernate/Hibernate Configuration DTD 3.0//EN

Location:解压后的dtd文件。

或者:

Key type:URI

Key: http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd

Location:解压后的dtd文件。

(2)导入 mapping dtd 文件

Key type:Public ID

Key: -//Hibernate/Hibernate Mapping DTD 3.0//EN

Location:解压后的dtd文件

或者:

Key type:URI

Key: http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd

Location:解压后的dtd文件。

 

以上是关于1_eclipse导入hibernate 的DTD 文件的主要内容,如果未能解决你的问题,请参考以下文章

Hibernate (操作步骤)

@MapperScan注解需要在pom.xml导入啥

eclipse中手动导入DTD文件的方式

hibernate_基本配置和初始化步骤

eclipse怎么导入Hibernate源码

使用eclipse建web工程怎么导入hibernate框架