java.lang.ExceptionInInitializerError Caused by: org.hibernate.InvalidMappingException: Unable to re


此错误是说无法读取你的xml文档,于是我们就该去更改xml文档,因为我是自动生成的,所以我找了一份之前手写的,发现是dtd错了,把之前的dtd拷贝过来之后程序就测试通过了

相关