Can't parse hibernate.cfg.xml while offline

前端 未结 13 1723
死守一世寂寞
死守一世寂寞 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 09:04

    You can use an internal DTD (not pretty IMO) or download the DTD file to your filesystem.

    Check W3Schools' for more information: http://www.w3schools.com/dtd/dtd_intro.asp

提交回复
热议问题