The content of element type "session-factory" must match "(property*,mapping*,(class-cache|collection-cache)*,event*,listener*)"

出现这样的错误原因很多

不过有一个原因可能是 比喻说这样的

<mapping resource="com/vo/Users.hbm.xml"/>
<mapping resource="com/vo/Utype.hbm.xml"/>
<property name="show_sql">true</property>

把 property写在mapping的下面了

<property name="show_sql">true</property>
<mapping resource="com/vo/Users.hbm.xml"/>
<mapping resource="com/vo/Utype.hbm.xml"/>

这样调整一下 就可以了

相关文章:

  • 2021-07-20
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-07-22
  • 2021-07-02
  • 2022-01-30
猜你喜欢
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-07-23
相关资源
相似解决方案