Referenced file contains errors (http://hibernate.sourceforge.net/hibern ... on-3.0.dtd)
and
For more information, right click on the message and select "Show Details"
replace all
Code:
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"
for
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd"
for
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd"
and
Code:
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"
for
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"
修改以后我的问题解决。
for
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"
本文解决了在使用Hibernate配置文件时遇到的DTD引用错误问题,通过替换错误的DTD链接地址来修复该问题。
1443

被折叠的 条评论
为什么被折叠?



