xml version=10 encoding=UTF-8!-- hibernate-core-565Finaljarorghibernatehibernate-mapping-30dtd --!DOCTYPE hibernate-configuration PUBLIC -HibernateHibernate Configuration DTD 30EN httpwwwhibernateorgd
这些错误提示是因为在 User.hbm.xml 文件中的 property 元素缺少必要的属性。需要在每个 property 元素中添加 column 和 type 属性,例如:
添加完属性后,保存文件并重新运行程序即可。
原文地址: https://www.cveoy.top/t/topic/g3XJ 著作权归作者所有。请勿转载和采集!