您的位置:首页 > 其它

org.hibernate.HibernateException: No CurrentSessionContext configured!

2017-11-05 12:22 447 查看
今天学习hibernate的时候,控制台报错:

org.hibernate.HibernateException: No CurrentSessionContext configured!

然后发现没有在hibernate中加入:

<property name="current_session_context_class">thread</property> 

于是上网搜了一下hibernate.current_session_context_class属性配置。下面是链接

点击打开链接
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐