Exception in thread "main" org.hibernate.HibernateException: No CurrentSessionContext configured!
这个异常发生的原因是因为在hibernate.cfg.xml中没有设置:
1
|
<
property
name
=
"current_session_context_class"
>thread</
property
>
|
在以上hibernate的配置文件中添加上面的配置即可!