zoukankan      html  css  js  c++  java
  • 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.Hibernate配置
    CKEditor/FCKEditor的使用
    介绍一个好用的工具类库commons-beanutils
    SpringBean.xml配置
    MVC框架显示层——Velocity技术
    mysql CMD命令
    day 05
    day 04
    day03
    python day 02
  • 原文地址:https://www.cnblogs.com/fanyizhan/p/10386628.html
Copyright © 2011-2022 走看看