Description Resource Path Location TypeAttribute column must be declared for element type property Userhbmxml NO16src line 13 XML ProblemAttribute column must be declared for element type property Use
这些错误提示是因为在 User.hbm.xml 文件中的某些 property 元素缺少必要的属性。需要添加 column 和 type 属性来修复这些错误。
例如,对于第 13 行和第 14 行的 property 元素,应该添加 column 和 type 属性,例如:
修复后的 User.hbm.xml 文件应该类似于以下示例:
原文地址: https://www.cveoy.top/t/topic/g3Xp 著作权归作者所有。请勿转载和采集!