Can't parse hibernate.cfg.xml while offline

前端 未结 13 1704
死守一世寂寞
死守一世寂寞 2020-11-29 08:13

Whenever I\'m disconnected from the internet, I get the following exception:

org.hibernate.HibernateException: Could not parse configuration: com/mashlife/re         


        
13条回答
  •  迷失自我
    2020-11-29 08:59

    • Another Way is You should download DTD file and set the file path. and also set the dtd file location in java Build path (eclipse).

    Hibernate-configuration

    Orignal DTD

    
    

    Corrected DTD

    
    

    Hibernate-mapping

    Orignal DTD

    
    

    Corrected DTD

    
    

提交回复
热议问题