org.hibernate.boot.MappingNotFoundException解决方案

来源:互联网 发布:手机视频软件baidu 编辑:程序博客网 时间:2024/06/05 20:34

1.遇到这个问题首先看后面的提示,看看会不会是拼写错误。

2.打开hibernate.cfg.xml(一般默认生成的这个类)

<mapping resource="vo/Book_message.hbm.xml"/>

这里,把包名写进去,我这里是vo,然后接/*.hbm.xml这里随机应变,看你写的是啥。

阅读全文
0 0
原创粉丝点击